Skip to content

Commit 5a939a2

Browse files
pdfinnclaude
andcommitted
style: fix gofmt formatting in schema_stub.go
Add missing newline at end of file to satisfy gofmt requirements. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 9b6df67 commit 5a939a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/schema_stub.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ func (s *Schema) Validate(xml []byte) error {
2525
// Free is a stub method when CGO is disabled
2626
func (s *Schema) Free() {
2727
// No-op when CGO is disabled
28-
}
28+
}

0 commit comments

Comments
 (0)