Skip to content

Commit

Permalink
Fix hint (flutter#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobr-google authored May 17, 2018
1 parent 4c9f987 commit 58dff85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/protobuf.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ library protobuf;
import 'dart:async' show Future;
import 'dart:collection' show ListBase;
import 'dart:convert'
show base64, base64Decode, base64Encode, jsonEncode, jsonDecode, Utf8Codec;
show base64Decode, base64Encode, jsonEncode, jsonDecode, Utf8Codec;
import 'dart:math' as math;
import 'dart:typed_data' show TypedData, Uint8List, ByteData, Endian;

Expand Down

0 comments on commit 58dff85

Please sign in to comment.