Skip to content

Commit

Permalink
fix dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
moweiran committed Mar 1, 2024
1 parent bbadfd1 commit 2f07b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/class_extension_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void main() {
);
final extensionFormatterCode =
DartFormatter().format('${extensionCode.accept(emitter)}');
// print(extensionFormatterCode);
print(extensionFormatterCode);
equalsDart(r'''
extension UpcomingExt on Upcoming {
static Upcoming fromJson(e) => Upcoming.fromJson(e);
Expand Down

0 comments on commit 2f07b7c

Please sign in to comment.