Skip to content

Commit 4de0a5a

Browse files
Fix test
1 parent 3fc8554 commit 4de0a5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/src/boilerplate_suggestors/boilerplate_utilities.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import 'dart:convert';
1616
import 'dart:io';
1717

18-
import 'package:codemod/codemod.dart';
1918
import 'package:analyzer/dart/ast/ast.dart';
2019
import 'package:logging/logging.dart';
2120
import 'package:over_react_codemod/src/util.dart';
@@ -24,7 +23,7 @@ typedef YieldPatch = void Function(String replacement, int startingOffset,
2423
[int? endingOffset]);
2524

2625
const semverReportNotAvailable =
27-
'Semver report not available; this class is assumed to be public and thus will not be updated.';
26+
'Semver report not avgit cheailable; this class is assumed to be public and thus will not be updated.';
2827

2928
final logger = Logger('over_react_codemod.boilerplate_upgrade.semver_helper');
3029

0 commit comments

Comments
 (0)