Skip to content

Commit b8de26d

Browse files
committed
chore: fix some linting issues
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
1 parent cb4aa5d commit b8de26d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/ndef.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/// Use [decodeRawNdefMessage] to decode raw NDEF messages from byte arrays,
77
/// [decodePartialNdefMessage] to decode individual records with separate parts,
88
/// and [encodeNdefMessage] to encode NDEF messages to byte arrays.
9-
library ndef;
9+
library;
1010

1111
import 'dart:typed_data';
1212

lib/record.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ typedef TypeFactory = NDEFRecord Function(TypeNameFormat tnf, String classType);
101101
/// The base class of all types of records.
102102
/// Also represents an record of unknown type.
103103
class NDEFRecord {
104+
/// String representations of the TNF values.
104105
static const List<String> tnfString = [
105106
"",
106107
"urn:nfc:wkt:",

0 commit comments

Comments
 (0)