From 1aca76b1a761c001a872b18ed05fb2762afabed3 Mon Sep 17 00:00:00 2001 From: Illia Polosukhin Date: Sun, 15 Feb 2026 00:22:18 -0800 Subject: [PATCH] style: fix rustfmt formatting in bootstrap test Co-Authored-By: Claude Opus 4.6 --- src/bootstrap.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/bootstrap.rs b/src/bootstrap.rs index 948d34b5..bf7d0223 100644 --- a/src/bootstrap.rs +++ b/src/bootstrap.rs @@ -428,7 +428,10 @@ mod tests { .filter_map(|r| r.ok()) .collect(); assert_eq!(parsed.len(), 2); - assert_eq!(parsed[0], ("DATABASE_BACKEND".to_string(), "libsql".to_string())); + assert_eq!( + parsed[0], + ("DATABASE_BACKEND".to_string(), "libsql".to_string()) + ); assert_eq!( parsed[1], (