Skip to content

Commit 8fda76d

Browse files
fix: dart format error in generated key class (#754)
Co-authored-by: Benjamin Weber <89379862+bw-flagship@users.noreply.github.com>
1 parent 25b7853 commit 8fda76d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/generate.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Future _writeKeys(StringBuffer classBuilder, List<FileSystemEntity> files,
177177
178178
// ignore_for_file: constant_identifier_names
179179
180-
abstract class LocaleKeys {
180+
abstract class LocaleKeys {
181181
''';
182182

183183
final fileData = File(files.first.path);

0 commit comments

Comments
 (0)