From 93b243488bfb747af0339e96acee5fe86bf0eb32 Mon Sep 17 00:00:00 2001 From: Calcitem Date: Sun, 4 Apr 2021 23:46:16 +0800 Subject: [PATCH] flutter: Remove tailing space of pubspec.yaml --- src/ui/flutter_app/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/flutter_app/pubspec.yaml b/src/ui/flutter_app/pubspec.yaml index 3165925a..6e1d2b3e 100644 --- a/src/ui/flutter_app/pubspec.yaml +++ b/src/ui/flutter_app/pubspec.yaml @@ -30,7 +30,7 @@ dev_dependencies: flutter: generate: true - uses-material-design: true + uses-material-design: true assets: - assets/licenses/GPL-3.0.txt