From 70154404138dcbbebc2293d4bb66a397abc1039b Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Wed, 9 Sep 2020 22:15:34 +0000 Subject: [PATCH] Run go fmt --- uris_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uris_test.go b/uris_test.go index 57658de1e9..a0f664e8ec 100644 --- a/uris_test.go +++ b/uris_test.go @@ -17,8 +17,8 @@ func TestProbablyFileURI(t *testing.T) { tests := map[string]bool{ "file:///a.py": true, "file:///a.py#line=1,char=2": true, - "/a.py": true, - "file:///": true, + "/a.py": true, + "file:///": true, // We don't want to rewrite uris with an explicit non-file scheme "git:///a.py": false,