Skip to content

Commit

Permalink
Fixup whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Anderson <[email protected]>
  • Loading branch information
markan committed Apr 13, 2022
1 parent 489afde commit 0ba6baf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions agent/connect/ca/provider_vault_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,6 @@ func vaultProviderConfig(t *testing.T, addr, token string, rawConf map[string]in
}

func TestVaultProvider_potentialMountPaths(t *testing.T) {

testcases := map[string]struct {
path string
out []string
Expand All @@ -880,6 +879,4 @@ func TestVaultProvider_potentialMountPaths(t *testing.T) {
require.Equal(t, testcase.out, path)
})
}

return
}

0 comments on commit 0ba6baf

Please sign in to comment.