Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rewin123 committed Jan 9, 2024
1 parent 396cac6 commit 1d99cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/undo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::sync::Arc;

use bevy::{prelude::*, utils::HashMap};

use space_shared::{EditorSet, PrefabMarker};
use space_shared::PrefabMarker;

const MAX_REFLECT_RECURSION: i32 = 10;
const AUTO_UNDO_LATENCY: i32 = 2;
Expand Down

0 comments on commit 1d99cdc

Please sign in to comment.