Skip to content

Commit a438bac

Browse files
committed
Lint
1 parent 980ae65 commit a438bac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/SDK/Language/Flutter.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,10 @@ public function getFiles(): array
206206
'template' => 'flutter/lib/models.dart.twig',
207207
],
208208
[
209-
'scope' => 'default',
210-
'destination' => '/lib/models.dart',
211-
'template' => 'flutter/lib/models.dart.twig',
212-
],
209+
'scope' => 'default',
210+
'destination' => '/lib/models.dart',
211+
'template' => 'flutter/lib/models.dart.twig',
212+
],
213213
[
214214
'scope' => 'default',
215215
'destination' => '/lib/permission.dart',
@@ -226,10 +226,10 @@ public function getFiles(): array
226226
'template' => 'flutter/lib/id.dart.twig',
227227
],
228228
[
229-
'scope' => 'default',
230-
'destination' => '/lib/query.dart',
231-
'template' => 'flutter/lib/query.dart.twig',
232-
],
229+
'scope' => 'default',
230+
'destination' => '/lib/query.dart',
231+
'template' => 'flutter/lib/query.dart.twig',
232+
],
233233
[
234234
'scope' => 'service',
235235
'destination' => '/lib/services/{{service.name | caseDash}}.dart',

0 commit comments

Comments
 (0)