Skip to content

Commit

Permalink
Format files
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisDuarte1 committed Aug 18, 2023
1 parent 2d4ec1e commit 5f3a4ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ class MockBuilder implements Builder {

final mockLibraryAsset = buildStep.allowedOutputs.singleOrNull;
if (mockLibraryAsset == null) {
throw ArgumentError('Build_extensions has missing or conflicting outputs for '
throw ArgumentError(
'Build_extensions has missing or conflicting outputs for '
'`${buildStep.inputId.path}`, this is usually caused by a misconfigured '
'build extension override in `build.yaml`');
}
Expand Down

0 comments on commit 5f3a4ca

Please sign in to comment.