htlcswitch: fix lint under go 1.11
This commit is contained in:
parent
8bc61693bf
commit
f07260afbc
@ -53,7 +53,7 @@ func (c *concurrentTester) Fatalf(format string, args ...interface{}) {
|
||||
c.mtx.Lock()
|
||||
defer c.mtx.Unlock()
|
||||
|
||||
c.T.Fatalf(format, args)
|
||||
c.T.Fatalf(format, args...)
|
||||
}
|
||||
|
||||
// messageToString is used to produce less spammy log messages in trace mode by
|
||||
|
Loading…
Reference in New Issue
Block a user