Skip to content

Commit

Permalink
fix(review): remove redundant whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
SandPod committed Nov 25, 2024
1 parent 38d086a commit cca443b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class NewEndpoint extends Endpoint {
return 'Hello \$name';
});
}
''');
''');

await expectLater(
analyzer.updateFileContexts({newEndpointFile.path}),
Expand Down

0 comments on commit cca443b

Please sign in to comment.