mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: fix various formatting issues
This commit is contained in:
@@ -54,7 +54,7 @@ func TestIPAddressPortSet(t *testing.T) {
|
||||
for i, tt := range fail {
|
||||
f := &IPAddressPort{}
|
||||
if err := f.Set(tt); err == nil {
|
||||
t.Errorf("#%d: expected error from IPAddressPort.Set(%q)", i, tt, err)
|
||||
t.Errorf("#%d: expected error from IPAddressPort.Set(%q)", i, tt)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user