Skip to content

Commit

Permalink
✨ chore(core): add missing newline at end of files
Browse files Browse the repository at this point in the history
Signed-off-by: Dmytro Turskyi <[email protected]>
  • Loading branch information
Turskyi committed Aug 7, 2024
1 parent 2f9d305 commit 5539c2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/core/domain/services/increment_counter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ abstract interface class IncrementCounter {
void increment(Counter counter);

Stream<Counter> get counterStream;
}
}
2 changes: 1 addition & 1 deletion lib/infrastructure/counter_data_source.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ abstract interface class CounterDataSource {
Stream<Counter> watch();

Future<void> saveCounter(Counter counter);
}
}
1 change: 0 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ import 'package:counter_with_onion_architecture/user_interface/my_app.dart';
import 'package:flutter/material.dart';

void main() => runApp(const MyApp());

0 comments on commit 5539c2a

Please sign in to comment.