Skip to content

Commit

Permalink
dart format.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Aug 2, 2024
1 parent 0a99bdd commit 5c3b9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/ua.dart
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ class UA extends EventManager {
String transport = _configuration.transportType?.name ?? 'WS';

//Override transport from socket
if(transport == 'WS' && _socketTransport != null){
if (transport == 'WS' && _socketTransport != null) {
transport = _socketTransport!.via_transport;
}

Expand Down

0 comments on commit 5c3b9c5

Please sign in to comment.