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); - } + }; }