From 96b29690d91b5f2532c49074fcb6b96965a3d989 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Tue, 12 Sep 2023 19:00:07 +0200 Subject: [PATCH] restore quickfix --- libs/remix-ui/editor/src/lib/providers/quickfixes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-ui/editor/src/lib/providers/quickfixes.ts b/libs/remix-ui/editor/src/lib/providers/quickfixes.ts index 81556e3ef7..89958ed041 100644 --- a/libs/remix-ui/editor/src/lib/providers/quickfixes.ts +++ b/libs/remix-ui/editor/src/lib/providers/quickfixes.ts @@ -187,4 +187,4 @@ export default { nodeType: 'FunctionDefinition' } ] -} \ No newline at end of file +}