htlcswitch: fix lint under go 1.11

This commit is contained in:
Olaoluwa Osuntokun 2018-10-07 14:36:09 +09:00
parent 8bc61693bf
commit f07260afbc
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

@ -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