Skip to content

Commit 2968f38

Browse files
Merge pull request #972 from Workiva/fedx_3476
FED-3476 Adjust builder for Dart 3
2 parents 1268153 + 4a2b185 commit 2968f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/builder/builder.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class OverReactBuilder extends Builder {
250250
// analyzer version in this builder.
251251
result.errors.forEach(log.warning);
252252

253-
return null;
253+
return result.unit;
254254
}
255255

256256
static const _ignoreForFileCodes = {

0 commit comments

Comments
 (0)