Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Apr 8, 2024
1 parent 05401fe commit 7a94a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/queryable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ use crate::attachment::{
z_attachment_iterate, z_attachment_null, z_attachment_t,
};
use crate::{
impl_guarded_transmute, zc_payload_t, z_bytes_t, z_closure_query_call, z_encoding_default,
z_encoding_t, z_keyexpr_t, z_owned_closure_query_t, z_session_t, z_value_t, zc_owned_payload_t,
impl_guarded_transmute, z_bytes_t, z_closure_query_call, z_encoding_default, z_encoding_t,
z_keyexpr_t, z_owned_closure_query_t, z_session_t, z_value_t, zc_owned_payload_t, zc_payload_t,
LOG_INVALID_SESSION,
};
use libc::c_void;
Expand Down

0 comments on commit 7a94a55

Please sign in to comment.