Skip to content

Commit 5fe9a22

Browse files
committed
Show error
1 parent c26f33a commit 5fe9a22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/live_view_native/swiftui/rules_parser.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ defmodule LiveViewNative.SwiftUI.RulesParser do
1111
line = Keyword.get(opts, :line) || 1
1212
variable_context = Keyword.get(opts, :variable_context, Elixir)
1313
expect_semicolons? = Keyword.get(opts, :expect_semicolons?, false)
14+
expect_semicolons? = true
1415

1516
context =
1617
opts

0 commit comments

Comments
 (0)