Skip to content

Commit

Permalink
sync fragment & code again
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyvesali committed Nov 6, 2024
1 parent 3ef565c commit ad6cb69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/fixtures/scopes/dart/ifStatement.scope
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
foo() {
if(true) { }
if(true) { }
}
---

2 changes: 1 addition & 1 deletion data/playground/dart.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
foo() {
if (true) {}
if (true) { }
}

0 comments on commit ad6cb69

Please sign in to comment.