Skip to content

Commit 1b4cb51

Browse files
committed
Remove folder bin from the scope of dart format.
1 parent 54349e7 commit 1b4cb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/actions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ echo -e "${PURPLE}=== Checking Source Code Formatting${RESET} $PWD..."
4242
echo
4343
# Overwrite files with formatted content: -w
4444
# Dry run: -n
45-
dart format bin lib test
45+
dart format lib test
4646

4747
# Analyze dart files
4848
echo

0 commit comments

Comments
 (0)