style: Apply code formatting with go fmt
- Run 'make format' to ensure all Go code follows standard formatting - Maintains consistent code style across the entire codebase - No functional changes, only whitespace and formatting improvements
This commit is contained in:
parent
4fd0846127
commit
2bffa2c418
19 changed files with 543 additions and 527 deletions
|
|
@ -164,4 +164,4 @@ func TestDatabasePragmas(t *testing.T) {
|
|||
if journalMode != "wal" {
|
||||
t.Errorf("Expected WAL journal mode, got: %s", journalMode)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue