Skip to content

Commit

Permalink
executed make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaarni committed Jan 14, 2023
1 parent 5e2421b commit 52b2d2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/config/tlscfg/cert_watcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ func createTimestampDir(t *testing.T, dir string, ca, cert, key string) {
require.NoError(t, err)
err = os.WriteFile(filepath.Join(dir, "tls.key"), data, 0o600)
require.NoError(t, err)

}

func TestAddCertsToWatch_err(t *testing.T) {
Expand Down

0 comments on commit 52b2d2b

Please sign in to comment.