Skip to content

Commit 906b24b

Browse files
committed
chore: update format for sync.rs
1 parent 6a82223 commit 906b24b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libsql/src/sync.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@ impl SyncContext {
244244
None => {}
245245
}
246246

247-
let req = req.body(Body::empty())
248-
.expect("valid request");
247+
let req = req.body(Body::empty()).expect("valid request");
249248

250249
let res = self
251250
.client

0 commit comments

Comments
 (0)