Skip to content

Commit b9de4ae

Browse files
pqCommit Queue
authored andcommitted
[CQ] remove trailing whitespace from unnecessary_underscores_test source
This *should* be breaking the bots (see: #59867) Change-Id: I3855954e28e442f189ae9b716a432fc1e1d409fb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/403741 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Phil Quitslund <[email protected]>
1 parent c1ce43f commit b9de4ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/linter/test/rules/unnecessary_underscores_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ void f(int _, int __) {}
6969
await assertNoDiagnostics(r'''
7070
// @dart = 3.6
7171
72-
void f(int _, int __) {}
72+
void f(int _, int __) {}
7373
''');
7474
}
7575

7676
test_function_parameter_used() async {
7777
await assertNoDiagnostics(r'''
7878
void f(int _, int __) {
7979
print(__);
80-
}
80+
}
8181
''');
8282
}
8383

0 commit comments

Comments
 (0)