Skip to content

Commit

Permalink
Apply rust lint
Browse files Browse the repository at this point in the history
  • Loading branch information
seonWKim committed Feb 12, 2025
1 parent cb7bd3d commit 1428068
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bindings/java/rs_src/limbo_statement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,7 @@ fn to_limbo_step_result<'local>(
&ctor_args,
)
} else {
env.new_object(
"tech/turso/core/LimboStepResult",
"(I)V",
&ctor_args,
)
env.new_object("tech/turso/core/LimboStepResult", "(I)V", &ctor_args)
}
.unwrap_or_else(|_| JObject::null())
}

0 comments on commit 1428068

Please sign in to comment.