re-add trailing commas
This commit is contained in:
@@ -33,6 +33,6 @@ class KagiAutosuggestService extends _$KagiAutosuggestService
|
||||
final List resultList => resultList.cast(),
|
||||
_ => [],
|
||||
};
|
||||
}, exceptionHandler: handleHttpError);
|
||||
}, exceptionHandler: handleHttpError,);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -107,7 +107,7 @@ class SummarizeTab extends HookConsumerWidget {
|
||||
|
||||
textController.addListener(debounce);
|
||||
return () => textController.removeListener(debounce);
|
||||
}, [textController]);
|
||||
}, [textController],);
|
||||
|
||||
return Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
|
||||
Reference in New Issue
Block a user