style: fix code alignment and indentation consistency

- Correct indentation in goroutine leak test setup block
- Align struct field tags in BookMatch and all matching methods for
  consistent column-style formatting (media_item_id, bookhoard_uuid,
  confidence, match_method)
- Improves code readability and adheres to project indentation guidelines
This commit is contained in:
2026-02-27 17:09:05 -05:00
parent b6ce478fe3
commit 6dd8e441d1
2 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ func TestGoroutineCleanup(t *testing.T) {
t.Logf("Initial goroutine count: %d", initialGoroutines)
// Start server
setup := setupTestServer(t)
setup := setupTestServer(t)
defer setup.Close()
// Wait for startup