Skip to content

Commit

Permalink
format file using 1.25.0-dev.8.0 (flutter#14)
Browse files Browse the repository at this point in the history
* format file using 1.25.0-dev.8.0

* remove unsupported stable sdk version from travis cfg
  • Loading branch information
keertip authored Jul 31, 2017
1 parent e562446 commit 4aa97fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ dart:
- stable
- 1.22.1
- 1.21.1
- 1.20.1
- 1.19.1
cache:
directories:
- $HOME/.pub-cache
Expand Down
2 changes: 1 addition & 1 deletion lib/src/scan.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
///
/// [spec]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html
import 'package:string_scanner/string_scanner.dart';

/// HTTP entities.
///
/// Many of the regular expressions come from [section 2.2 of the HTTP
/// spec][spec].
///
/// [spec]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html

/// An HTTP token.
final token = new RegExp(r'[^()<>@,;:"\\/[\]?={} \t\x00-\x1F\x7F]+');

Expand Down

0 comments on commit 4aa97fc

Please sign in to comment.