Skip to content

Commit

Permalink
dartfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpassos committed Jul 17, 2020
1 parent c333090 commit 07986bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/resource.dart
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class ResourceContent {
/// Resolves an [url] using another [ResourceContent] as [reference] (base [Uri]).
static Future<Uri> resolveURLFromReference(
ResourceContent reference, String url) async {
if (url == null) return null ;
if (url == null) return null;
url = url.trim();

if (url.startsWith(PATTERN_URL_INIT)) {
Expand Down

0 comments on commit 07986bf

Please sign in to comment.