Skip to content

Commit

Permalink
fix: add missing EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
JVMerkle authored and TomBursch committed Dec 4, 2024
1 parent 1116130 commit 1a889ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kitchenowl/lib/platform/dart_html/dart_html.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export 'dart_non_web.dart' if (dart.library.html) 'dart_web.dart';
export 'dart_non_web.dart' if (dart.library.html) 'dart_web.dart';
2 changes: 1 addition & 1 deletion kitchenowl/lib/platform/dart_html/dart_non_web.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
String getBaseUri() {
return '';
}
}
2 changes: 1 addition & 1 deletion kitchenowl/lib/platform/dart_html/dart_web.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import 'dart:html' as html;

String getBaseUri() {
return html.document.baseUri.toString();
}
}

0 comments on commit 1a889ee

Please sign in to comment.