Skip to content

Commit

Permalink
Empty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvdkaaden committed Apr 25, 2024
1 parent 67c6cba commit 0bfbefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floor_generator/lib/processor/query_method_processor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class QueryMethodProcessor extends Processor<QueryMethod> {

final MethodElement _methodElement;
final List<Queryable> _queryables;
final Set<TypeConverter> _typeConverter
final Set<TypeConverter> _typeConverters;

QueryMethodProcessor(
final MethodElement methodElement,
Expand Down

0 comments on commit 0bfbefa

Please sign in to comment.