Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
solid-danylokhvan committed Jul 4, 2023
1 parent 61966e3 commit 5a3e818
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/implementations/debounce_lang_tool_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import 'package:throttling/throttling.dart';

/// A language check service with debouncing.
class DebounceLangToolService extends LanguageCheckService {

/// A base language check service.
final LanguageCheckService baseService;

Expand Down
2 changes: 1 addition & 1 deletion lib/utils/closed_range.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'dart:math';

/// The [ClosedRange] class represents a closed range of integers, defined
/// The [ClosedRange] class represents a closed range of integers, defined
/// by a starting point and an ending point.
/// The start and end properties represent the bounds of the range.
class ClosedRange {
Expand Down

0 comments on commit 5a3e818

Please sign in to comment.