diff --git a/data/fixtures/scopes/dart/ifStatement.scope b/data/fixtures/scopes/dart/ifStatement.scope index 679842a5c8..bef300d2ef 100644 --- a/data/fixtures/scopes/dart/ifStatement.scope +++ b/data/fixtures/scopes/dart/ifStatement.scope @@ -1,5 +1,5 @@ foo() { -if(true) { } + if(true) { } } --- diff --git a/data/playground/dart.dart b/data/playground/dart.dart index 21003320d8..048b172704 100644 --- a/data/playground/dart.dart +++ b/data/playground/dart.dart @@ -1,3 +1,3 @@ foo() { - if (true) {} + if (true) { } }