re-add trailing commas

This commit is contained in:
Fabian Freund
2025-02-18 15:44:36 +01:00
parent e8712fcaf4
commit ec175514e6
17 changed files with 32 additions and 32 deletions
@@ -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,