Skip to content

Commit 4aa97fc

Browse files
authored
format file using 1.25.0-dev.8.0 (flutter#14)
* format file using 1.25.0-dev.8.0 * remove unsupported stable sdk version from travis cfg
1 parent e562446 commit 4aa97fc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ dart:
55
- stable
66
- 1.22.1
77
- 1.21.1
8-
- 1.20.1
9-
- 1.19.1
108
cache:
119
directories:
1210
- $HOME/.pub-cache

lib/src/scan.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
///
1111
/// [spec]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html
1212
import 'package:string_scanner/string_scanner.dart';
13+
1314
/// HTTP entities.
1415
///
1516
/// Many of the regular expressions come from [section 2.2 of the HTTP
1617
/// spec][spec].
1718
///
1819
/// [spec]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html
1920
20-
2121
/// An HTTP token.
2222
final token = new RegExp(r'[^()<>@,;:"\\/[\]?={} \t\x00-\x1F\x7F]+');
2323

0 commit comments

Comments
 (0)