run make fmt (#5261)

This commit is contained in:
Becca Petrin
2018-09-04 09:12:59 -07:00
committed by GitHub
parent b8195d34c6
commit 6537b0a536
14 changed files with 43 additions and 43 deletions

View File

@@ -82,7 +82,7 @@ func TestHandler_cors(t *testing.T) {
"Access-Control-Allow-Origin": addr,
"Access-Control-Allow-Headers": strings.Join(vault.StdAllowedHeaders, ","),
"Access-Control-Max-Age": "300",
"Vary": "Origin",
"Vary": "Origin",
}
for expHeader, expected := range expHeaders {