Skip to content

Commit

Permalink
update: fix issue on pipeline about CodegenLoader class and file ge…
Browse files Browse the repository at this point in the history
…nerations
  • Loading branch information
= committed Jan 31, 2025
1 parent ac651db commit 477504b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/core/utils/gen/localization/codegen_loader.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import 'dart:ui' show Locale;
/// - `frFR`: French translations.
/// - `esES`: Spanish translations.
///
// ignore_for_file: lines_longer_than_80_chars
class CodegenLoader {
const CodegenLoader();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ Future<void> _generateCodegenLoaderFile(
..writeln('/// - `frFR`: French translations.')
..writeln('/// - `esES`: Spanish translations.')
..writeln('///')
..writeln('// ignore_for_file: lines_longer_than_80_chars')
..writeln('class CodegenLoader {')
..writeln(' const CodegenLoader();')
..writeln()
Expand Down

0 comments on commit 477504b

Please sign in to comment.