Skip to content

Commit 5c3b9c5

Browse files
committed
dart format.
1 parent 0a99bdd commit 5c3b9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/ua.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ class UA extends EventManager {
884884
String transport = _configuration.transportType?.name ?? 'WS';
885885

886886
//Override transport from socket
887-
if(transport == 'WS' && _socketTransport != null){
887+
if (transport == 'WS' && _socketTransport != null) {
888888
transport = _socketTransport!.via_transport;
889889
}
890890

0 commit comments

Comments
 (0)