| Index: runtime/bin/socket_patch.dart
|
| diff --git a/runtime/bin/socket_patch.dart b/runtime/bin/socket_patch.dart
|
| index 4d9225daa8170ddce139fd878df64d4757de8992..90a2f877e24bdc3afa5d77bfa9e26fef8e111e1f 100644
|
| --- a/runtime/bin/socket_patch.dart
|
| +++ b/runtime/bin/socket_patch.dart
|
| @@ -145,7 +145,7 @@ class _InternetAddress implements InternetAddress {
|
| static Uint8List _fixed(int id) native "InternetAddress_Fixed";
|
| }
|
|
|
| -class _NetworkInterface implements NetworkInterface{
|
| +class _NetworkInterface implements NetworkInterface {
|
| final String name;
|
| final List<InternetAddress> addresses;
|
|
|
|
|