fix: add missing ; to core.pat

This commit is contained in:
iTrooz
2024-05-20 00:13:49 +02:00
parent 56950e44d8
commit 7ea34e410a

View File

@@ -45,6 +45,6 @@ namespace auto hex::core {
fn add_virtual_file(str path, auto pattern)
{
builtin::hex::core::add_virtual_file(path, pattern);
}
};
}