Skip to content

Commit 58dff85

Browse files
Fix hint (flutter#99)
1 parent 4c9f987 commit 58dff85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/protobuf.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ library protobuf;
77
import 'dart:async' show Future;
88
import 'dart:collection' show ListBase;
99
import 'dart:convert'
10-
show base64, base64Decode, base64Encode, jsonEncode, jsonDecode, Utf8Codec;
10+
show base64Decode, base64Encode, jsonEncode, jsonDecode, Utf8Codec;
1111
import 'dart:math' as math;
1212
import 'dart:typed_data' show TypedData, Uint8List, ByteData, Endian;
1313

0 commit comments

Comments
 (0)