From 7ea34e410ad8fa35054ac4d5660b2755a4afa467 Mon Sep 17 00:00:00 2001 From: iTrooz Date: Mon, 20 May 2024 00:13:49 +0200 Subject: [PATCH] fix: add missing ; to core.pat --- includes/hex/core.pat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/hex/core.pat b/includes/hex/core.pat index 5e54d3b..b3723e1 100644 --- a/includes/hex/core.pat +++ b/includes/hex/core.pat @@ -45,6 +45,6 @@ namespace auto hex::core { fn add_virtual_file(str path, auto pattern) { builtin::hex::core::add_virtual_file(path, pattern); - } + }; }