Skip to content

Commit d2382fb

Browse files
authored
Fix bad formatting in merged commit.
1 parent 96d3bda commit d2382fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/web/web_unity_widget_view.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ class _WebUnityWidgetViewState extends State<WebUnityWidgetView> {
3636
Widget build(BuildContext context) {
3737
return WebViewWidget(controller: _controller);
3838
}
39-
39+
4040
static String _getBasePath() {
41-
var prefix = Uri.base.origin+Uri.base.path;
41+
var prefix = Uri.base.origin + Uri.base.path;
4242
if (prefix.endsWith("/")) prefix = prefix.substring(0, prefix.length - 1);
4343
return prefix;
4444
}

0 commit comments

Comments
 (0)