Skip to content

Commit 1ebbe73

Browse files
welpie21claude
andcommitted
Fix rustfmt formatting in start_live_select
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 3c5e0fe commit 1ebbe73

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/main/rust/surreal.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,10 @@ fn start_live_select(
684684

685685
// Construct and return a LiveStream(handle, queryId), mirroring how live.rs
686686
// builds a LiveNotification.
687-
let uuid_raw = env.new_string(uuid_str).map_err(SurrealError::from)?.into_raw();
687+
let uuid_raw = env
688+
.new_string(uuid_str)
689+
.map_err(SurrealError::from)?
690+
.into_raw();
688691
let uuid_jstr = unsafe { JObject::from_raw(env, uuid_raw) };
689692
let class = env
690693
.find_class(jni_str!("com/surrealdb/LiveStream"))

0 commit comments

Comments
 (0)