Skip to content

Commit 4c7bfed

Browse files
committed
fix FormatNext
1 parent 186e62c commit 4c7bfed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wire.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ func appendKVs(e *tlwire.Encoder, b []byte, kvs []interface{}) []byte {
161161
break
162162
}
163163

164-
b = e.AppendFormat(b, string(v), kvs[i])
164+
b = e.AppendFormatf(b, string(v), kvs[i])
165165
default:
166166
b = e.AppendValue(b, v)
167167
}

0 commit comments

Comments
 (0)