Skip to content

Commit

Permalink
Corrected naming syntax error for advertisement_record.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldemarco committed Jul 3, 2017
1 parent 4613e58 commit 25002f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/abstractions/advertisement_record.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AdvertisementRecordType {
static const URI = const AdvertisementRecordType._internal(36);
static const INDOOR_POSITIONING = const AdvertisementRecordType._internal(37);
static const TRANSPORT_DISCOVERY_DATA = const AdvertisementRecordType._internal(38);
static const 3D_INFORMATION_DATA = const AdvertisementRecordType._internal(61);
static const INFORMATION_DATA_3D = const AdvertisementRecordType._internal(61);
static const MANUF_SPECIF_DATA = const AdvertisementRecordType._internal(255);

final int _type;
Expand Down

0 comments on commit 25002f3

Please sign in to comment.