1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Added echo (#626)

This commit is contained in:
Andrew Brogdon
2020-12-16 21:30:58 -08:00
committed by GitHub
parent 83adbb883d
commit 673f492ca0

View File

@@ -37,6 +37,7 @@ do
# Reformat the web plugin registrant, if necessary.
if [ -f "lib/generated_plugin_registrant.dart" ]
then
echo "Renaming $(pwd)/lib/generated_plugin_registrant.dart"
flutter format "lib/generated_plugin_registrant.dart"
fi