Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Oct 28, 2024
1 parent aeb10d5 commit ab9ca8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/blast_repo/lib/src/tweaks/drop_lint_tweak.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class DropLintTweak extends RepoTweak {
return FixResult(fixes: []);
}

throw UnimplementedError('not sure what to do with ${rules}');
throw UnimplementedError('not sure what to do with $rules');
}
}

Expand Down

0 comments on commit ab9ca8c

Please sign in to comment.