Skip to content

Commit 49acd78

Browse files
committed
Fix analysis issue
1 parent 350cb17 commit 49acd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/mime/lib/src/bound_multipart_stream.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'dart:convert';
88
import 'char_code.dart' as char_code;
99
import 'mime_shared.dart';
1010

11-
/// Bytes for '()<>@,;:\\"/[]?={} \t'.
11+
/// Bytes for `()<>@,;:\\"/[]?={} \t`.
1212
const _separators = {
1313
40, 41, 60, 62, 64, 44, 59, 58, 92, 34, 47, 91, 93, 63, 61, 123, 125, 32, 9 //
1414
};

0 commit comments

Comments
 (0)