Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Mingzhuo Yin <yinmingzhuo@gmail.com>
  • Loading branch information
silver-ymz committed Feb 7, 2024
1 parent 567d511 commit 128b7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datatype/svecf32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ fn _vectors_svecf32_subscript(_fcinfo: pgrx::pg_sys::FunctionCallInfo) -> Datum
struct Workspace {
range: Option<(Option<usize>, Option<usize>)>,
}
#[pgrx::pg_guard]
#[pgrx::pg_guard]
unsafe extern "C" fn sbs_check_subscripts(
_state: *mut pgrx::pg_sys::ExprState,
op: *mut pgrx::pg_sys::ExprEvalStep,
Expand Down

0 comments on commit 128b7f4

Please sign in to comment.