Skip to content

Commit

Permalink
fix filaneme consider_making_a_member_private
Browse files Browse the repository at this point in the history
  • Loading branch information
4akloon committed Apr 18, 2024
1 parent 5a97539 commit c626a30
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ class ConsiderMakingAMemberPrivateRule extends SolidLintRule {
ConsiderMakingAMemberPrivateRule._(super.config);

factory ConsiderMakingAMemberPrivateRule.createRule(
CustomLintConfigs configs) {
CustomLintConfigs configs,
) {
final rule = RuleConfig(
configs: configs,
name: lintName,
Expand Down

0 comments on commit c626a30

Please sign in to comment.