Skip to content

Commit e0d39be

Browse files
authored
Merge pull request kubernetes#76785 from dims/typo-extra-space-in-fatalf-format-string
typo - extra space - in Fatalf format string
2 parents 4b7c607 + 22ffdc6 commit e0d39be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/volume/csi/csi_plugin_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func newTestPlugin(t *testing.T, client *fakeclient.Clientset) (*csiPlugin, stri
8888
func registerFakePlugin(pluginName, endpoint string, versions []string, t *testing.T) {
8989
highestSupportedVersions, err := highestSupportedVersion(versions)
9090
if err != nil {
91-
t.Fatalf("unexpected error parsing versions (%v) for pluginName % q endpoint %q: %#v", versions, pluginName, endpoint, err)
91+
t.Fatalf("unexpected error parsing versions (%v) for pluginName %q endpoint %q: %#v", versions, pluginName, endpoint, err)
9292
}
9393

9494
csiDrivers.Clear()

0 commit comments

Comments
 (0)