Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Apply cargo fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMauderer committed Oct 19, 2021
1 parent c1c2080 commit adceeec
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/rust/ensogl/example/src/dom_symbols.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

use ensogl_core::prelude::*;


use ensogl_core::display::navigation::navigator::Navigator;
use ensogl_core::display::symbol::geometry::Sprite;
use ensogl_core::display::symbol::geometry::SpriteSystem;
Expand Down
1 change: 0 additions & 1 deletion src/rust/ensogl/lib/text/src/typeface/glyph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ use ensogl_core::display::world::*;
use ensogl_core::system::gpu;
use ensogl_core::system::gpu::texture;


// =============
// === Glyph ===
// =============
Expand Down
1 change: 0 additions & 1 deletion src/rust/ide/lib/span-tree/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ pub mod prelude {

use prelude::*;


use crate::generate::Context;

// =====================
Expand Down
2 changes: 1 addition & 1 deletion src/rust/ide/src/double_representation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl LineKind {
ExpressionPlain {
ast: ast.clone_ref(),
}
}
};
}
};

Expand Down

0 comments on commit adceeec

Please sign in to comment.