Fix stray blank line in db.rs (fmt)
https://claude.ai/code/session_0171wuJy2GRJZuj2oVYZ2iKe
change
commit cd0f94c0c71e143fe544d1dcfd09fa62a82d59d5
author Claude <noreply@anthropic.com>
date
parent 924014cc
diff --git a/quire-server/src/quire/web/db.rs b/quire-server/src/quire/web/db.rs
index 10e3251..74682fb 100644
--- a/quire-server/src/quire/web/db.rs
+++ b/quire-server/src/quire/web/db.rs
@@ -13,7 +13,6 @@ pub struct RunRow {
     pub resolved_at: Option<i64>,
 }
 
-
 /// Raw job row from the database.
 pub struct JobRow {
     pub job_id: String,