Skip to content

Commit 3749240

Browse files
committed
Update
1 parent 497036c commit 3749240

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/src/generate_screen_access/generator.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
import 'package:df_gen_core/df_gen_core.dart';
1212
import 'package:df_log/df_log.dart';
13+
import '_extract_class_insights_from_dart_file.dart';
1314

1415
// ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
1516

@@ -61,8 +62,8 @@ Future<void> generateScreenAccess({
6162
);
6263

6364
// For each file...
64-
for (final filePathResult in sourceFileExplorerResults.filePathResults
65-
.where((e) => e.category == _Categories.DART)) {
65+
for (final filePathResult
66+
in sourceFileExplorerResults.filePathResults.where((e) => e.category == _Categories.DART)) {
6667
final filePath = filePathResult.path;
6768

6869
// Extract insights from the file.

0 commit comments

Comments
 (0)