Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarski committed Apr 27, 2023
1 parent 182fc3d commit c1e1a85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/lib/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ class _AppState extends State<App> {

_AppState()
: _debouncedLangService = DebounceLangToolService(
LangToolService(_languageTool),
const Duration(milliseconds: 500),
);
LangToolService(_languageTool),
const Duration(milliseconds: 500),
);
@override
Widget build(BuildContext context) {
return Material(
Expand Down

0 comments on commit c1e1a85

Please sign in to comment.