move imports around

This commit is contained in:
Rowan Torbitzky-Lane 2025-04-12 00:30:18 -05:00
parent a02dcf1893
commit 1e14538caf

View File

@ -1,5 +1,5 @@
use rust_decimal::Decimal;
use crate::push::state::PushState; use crate::push::state::PushState;
use rust_decimal::Decimal;
pub fn _concat<T>(vals: Vec<Vec<T>>) -> Option<Vec<T>> pub fn _concat<T>(vals: Vec<Vec<T>>) -> Option<Vec<T>>
where where