Skip to content

Commit

Permalink
formatted files
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoRosaa committed Aug 22, 2023
1 parent 3862360 commit aec5727
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ class MissingBuildMethodProvider extends RiverpodLintRule {

static const _code = LintCode(
name: 'missed_build_method',
problemMessage: 'Classes annotated by `@riverpod` must have the `build` method',
problemMessage:
'Classes annotated by `@riverpod` must have the `build` method',
);

@override
Expand Down

0 comments on commit aec5727

Please sign in to comment.