Skip to content

Commit

Permalink
Empty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvdkaaden committed Apr 24, 2024
1 parent 6f33fcb commit 1dc569e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floor_generator/lib/processor/entity_processor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class EntityProcessor extends QueryableProcessor<Entity> {
final EntityProcessorError _processorError;

EntityProcessor(
final ClassElement classElement,dd
final ClassElement classElement,
final Set<TypeConverter> typeConverters,
) : _processorError = EntityProcessorError(classElement),
super(classElement, typeConverters);
Expand Down

0 comments on commit 1dc569e

Please sign in to comment.