Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlademann-wf committed Mar 6, 2024
1 parent 6fff852 commit 9031bd7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ import 'package:codemod/codemod.dart';
/// // After
/// final ref = useRefInit(someNonNulLValue);
/// ```
class UseRefInitMigration extends RecursiveAstVisitor with AstVisitingSuggestor {
class UseRefInitMigration extends RecursiveAstVisitor
with AstVisitingSuggestor {
@override
visitArgumentList(ArgumentList node) {
super.visitArgumentList(node);
Expand Down

0 comments on commit 9031bd7

Please sign in to comment.