Skip to content

Commit 53c860b

Browse files
committed
Formatted code with stylua
1 parent f364e94 commit 53c860b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lua/flutter-tools.lua

+1-4
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@ function M.start()
6464
if _has_started then return end
6565

6666
if not _has_setup then
67-
ui.notify(
68-
"Cannot start because the plugin has not been setup yet.",
69-
ui.ERROR
70-
)
67+
ui.notify("Cannot start because the plugin has not been setup yet.", ui.ERROR)
7168
return
7269
end
7370

0 commit comments

Comments
 (0)