Skip to content

Commit 0f20487

Browse files
committed
chore: run import sorter
1 parent b647017 commit 0f20487

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/src/participant/local.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ import '../types/other.dart';
5353
import '../types/participant_permissions.dart';
5454
import '../types/rpc.dart';
5555
import '../types/video_dimensions.dart';
56-
import 'participant.dart';
57-
5856
import '../utils.dart' show buildStreamId, mimeTypeToVideoCodecString, Utils, compareVersions, isSVCCodec;
57+
import 'participant.dart';
5958

6059
/// Represents the current participant in the room. Instance of [LocalParticipant] is automatically
6160
/// created after successfully connecting to a [Room] and will be accessible from [Room.localParticipant].

0 commit comments

Comments
 (0)