Skip to content

Commit eac199d

Browse files
committed
Improve import order fix messaging.
1 parent 8acdc39 commit eac199d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/flutter.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ import_order:
475475
.PHONY: import_order_fix
476476
import_order_fix:
477477
@echo "Dart: FIX IMPORT ORDER"
478-
import_order
478+
@import_order --check || import_order
479479
@echo $(SEPARATOR)
480480

481481
# dart pub global activate dart_code_metrics

0 commit comments

Comments
 (0)