Skip to content

Commit 46089b6

Browse files
author
bryan.wu
committed
fix compile error in case insensitive system
1 parent 44f31c4 commit 46089b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/peer.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import 'dart:async';
22

33
import 'EnhancedEventEmitter.dart';
4-
import 'Logger.dart';
5-
import 'Message.dart';
4+
import 'logger.dart';
5+
import 'message.dart';
66
import 'transports/TransportInterface.dart';
77
export 'transports/NativeTransport.dart'
88
if (dart.library.html) 'transports/WebTransport.dart';

0 commit comments

Comments
 (0)