Skip to content

Commit

Permalink
Run go fmt on project
Browse files Browse the repository at this point in the history
  • Loading branch information
dongxuny committed Apr 9, 2021
1 parent 0ba7ef9 commit 64e1b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -806,4 +806,4 @@ func TestExtractSchemeFromURL_WithHTTP(t *testing.T) {

func TestExtractSchemeFromURL_WithHTTPS(t *testing.T) {
assert.Equal(t, "https", ExtractSchemeFromURL("https://localhost"))
}
}

0 comments on commit 64e1b85

Please sign in to comment.