fix: formatting

This commit is contained in:
Felix Roos
2025-03-16 21:04:28 +01:00
parent b0da353115
commit 95526ac99c
-1
View File
@@ -35,4 +35,3 @@ export function mondo(code, offset = 0) {
registerLanguage('mondo', {
getLocations: (code, offset) => runner.parser.get_locations(code, offset),
});