Skip to content

Commit 8e06e46

Browse files
committed
organize imports.
1 parent 2e8dff3 commit 8e06e46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/lib/main.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1+
import 'package:logging/logging.dart';
12
import 'package:logging_appenders/logging_appenders.dart';
23
import 'package:postgres/postgres.dart';
34
import 'package:postgres_utils/postgres_utils.dart';
45
import 'package:uuid/uuid.dart';
56
import 'package:uuid/uuid_util.dart';
67

7-
import 'package:logging/logging.dart';
8-
98
final _logger = Logger('main');
109

1110
const Uuid _uuid = Uuid(options: <String, dynamic>{'grng': UuidUtil.cryptoRNG});

0 commit comments

Comments
 (0)