Skip to content

Commit 5f3a4ca

Browse files
committed
Format files
1 parent 2d4ec1e commit 5f3a4ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/builder.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ class MockBuilder implements Builder {
7878

7979
final mockLibraryAsset = buildStep.allowedOutputs.singleOrNull;
8080
if (mockLibraryAsset == null) {
81-
throw ArgumentError('Build_extensions has missing or conflicting outputs for '
81+
throw ArgumentError(
82+
'Build_extensions has missing or conflicting outputs for '
8283
'`${buildStep.inputId.path}`, this is usually caused by a misconfigured '
8384
'build extension override in `build.yaml`');
8485
}

0 commit comments

Comments
 (0)