Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
james7132 committed May 4, 2022
1 parent 6179590 commit 66104ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bevy_backroll/src/save_state.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use crate::NetworkId;
use bevy_ecs::prelude::*;
use dashmap::DashMap;
use roaring::RoaringBitmap;
use std::any::*;
use std::collections::HashMap;
use std::sync::Arc;
use roaring::RoaringBitmap;
use dashmap::DashMap;

#[derive(Clone)]
struct SavedComponents<T: Clone> {
Expand Down

0 comments on commit 66104ab

Please sign in to comment.