Skip to content

Commit 7476fd1

Browse files
jkyberneeesclaude
andcommitted
Fix gofmt: remove stray blank lines in piguard-server/main.go
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3139883 commit 7476fd1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cmd/piguard-server/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ import (
4949
piguard "github.com/BackendStack21/go-prompt-injection-guard"
5050
)
5151

52-
5352
// version is stamped at build time via -ldflags "-X main.version=<tag>".
5453
var version = "dev"
5554

@@ -182,7 +181,6 @@ collect:
182181
}
183182
}
184183

185-
186184
}
187185

188186
func handleConnection(conn net.Conn, b *batcher, id uint64, verbose bool) {

0 commit comments

Comments
 (0)