Skip to content

Commit 3febac3

Browse files
committed
clippy
1 parent 40fc488 commit 3febac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/framework/macros/attributed_string_type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,8 @@ pub const fn max(x: usize, y: usize) -> usize {
489489
mod tests {
490490
use std::str::FromStr;
491491

492-
use stackable_operator::schemars::{JsonSchema, SchemaGenerator};
493492
use serde_json::{Number, Value, json};
493+
use stackable_operator::schemars::{JsonSchema, SchemaGenerator};
494494
use uuid::uuid;
495495

496496
use super::{ErrorDiscriminants, Regex};

0 commit comments

Comments
 (0)