Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 4481f1a

Browse files
committed
chore: revert formatting change
1 parent 6b44413 commit 4481f1a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

test/src/analyzers/unnecessary_nullable_analyzer/unnecessary_nullable_analyzer_test.dart

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,15 @@ void main() {
123123
expect(thirdIssue.location.column, 1);
124124
});
125125

126-
test('should analyze ignored parameters and report no issues',
127-
() async {
128-
final report = result.firstWhereOrNull((report) =>
129-
report.path.endsWith('nullable_widget_key_parameters.dart'));
130-
131-
expect(report, isNull);
132-
});
126+
test(
127+
'should analyze ignored parameters and report no issues',
128+
() async {
129+
final report = result.firstWhereOrNull((report) =>
130+
report.path.endsWith('nullable_widget_key_parameters.dart'));
131+
132+
expect(report, isNull);
133+
},
134+
);
133135
});
134136

135137
test('should return a reporter', () {

0 commit comments

Comments
 (0)