Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 61672bc

Browse files
chore: fix formatting
1 parent 983270f commit 61672bc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

‎lib/src/analyzers/lint_analyzer/reporters/reporter_factory.dart‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ import 'reporters_list/github/lint_github_reporter.dart';
1616
import 'reporters_list/html/lint_html_reporter.dart';
1717
import 'reporters_list/json/lint_json_reporter.dart';
1818

19-
final _implementedReports = <
20-
String,
19+
final _implementedReports = <String,
2120
Reporter<FileReport, LintReportParams> Function(
2221
IOSink output,
2322
String reportFolder,

‎lib/src/analyzers/unnecessary_nullable_analyzer/reporters/reporter_factory.dart‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import 'reporters_list/console/unnecessary_nullable_console_reporter.dart';
88
import 'reporters_list/json/unnecessary_nullable_json_reporter.dart';
99
import 'unnecessary_nullable_report_params.dart';
1010

11-
final _implementedReports = <
12-
String,
11+
final _implementedReports = <String,
1312
Reporter<UnnecessaryNullableFileReport, UnnecessaryNullableReportParams>
1413
Function(
1514
IOSink output,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /