Skip to content

Commit

Permalink
dart formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RunTerror committed Feb 19, 2024
1 parent f32260b commit 60ef160
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/queries/auth.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dart:developer';

class AuthQueries {
String registerUser(String? name, String email, String? password) {
return '''
Expand Down
2 changes: 0 additions & 2 deletions lib/services/local_notification.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dart:developer';

import 'package:beacon/locator.dart';
import 'package:beacon/models/beacon/beacon.dart';
import 'package:beacon/views/hike_screen.dart';
Expand Down

0 comments on commit 60ef160

Please sign in to comment.