Skip to content

Commit 6eca374

Browse files
Marko Petzoldclaude
andcommitted
gofmt: fix double blank line in transport/localpeer_test.go
Caught by upstream's gofmt CI gate. The double blank between the last test and the BenchmarkClientToRouter benchmark crept in via a manual edit during the forwarder-pattern work. gofmt -s -w removes the redundant blank. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b7ef83f commit 6eca374

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

transport/localpeer_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ func TestLocalPeerDoneIndependentPerSide(t *testing.T) {
208208
}
209209
}
210210

211-
212211
func BenchmarkClientToRouter(b *testing.B) {
213212
c, r := transport.LinkedPeers()
214213

0 commit comments

Comments
 (0)