Skip to content

Commit

Permalink
🎨 fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed May 13, 2023
1 parent d7024c0 commit 9d2789a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/src/helpers/debouncer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,3 @@ final class DeBouncer {
_timer?.cancel();
}
}

3 changes: 2 additions & 1 deletion scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ cov:
- genhtml coverage/lcov.info -o coverage/html
open_cov:
- open coverage/html/index.html
stats: dart stats.dart --dry
stats: dart stats.dart --dry
format: dart format --fix .

0 comments on commit 9d2789a

Please sign in to comment.