mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +02:00
multi: formatting and comment fixes
This commit is contained in:
@@ -200,7 +200,6 @@ func BenchmarkWriteMessage(b *testing.B) {
|
||||
m := msg
|
||||
// Run each message as a sub benchmark test.
|
||||
b.Run(msg.MsgType().String(), func(b *testing.B) {
|
||||
|
||||
b.ResetTimer()
|
||||
for i := 0; i < b.N; i++ {
|
||||
// Fetch a buffer from the pool and reset it.
|
||||
|
Reference in New Issue
Block a user