Skip to content

Commit

Permalink
chore: format code for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorahman committed Feb 20, 2024
1 parent 1d18206 commit f7bdc2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions lib/src/core/exceptions/resource_notfound_exception.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
final class ResourceNotfoundException implements Exception {

}
final class ResourceNotfoundException implements Exception {}
2 changes: 0 additions & 2 deletions test/server/handlers/get_handler_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import 'package:test/test.dart';
import '../mock/env_mock.dart';

void main() {


group('Getter Tests', () {
JsonRestServer? server;
setUpAll(() async {
Expand Down

0 comments on commit f7bdc2e

Please sign in to comment.