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

Commit adceeec

Browse files
Apply cargo fmt.
1 parent c1c2080 commit adceeec

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

src/rust/ensogl/example/src/dom_symbols.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
use ensogl_core::prelude::*;
44

5-
65
use ensogl_core::display::navigation::navigator::Navigator;
76
use ensogl_core::display::symbol::geometry::Sprite;
87
use ensogl_core::display::symbol::geometry::SpriteSystem;

src/rust/ensogl/lib/text/src/typeface/glyph.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ use ensogl_core::display::world::*;
1717
use ensogl_core::system::gpu;
1818
use ensogl_core::system::gpu::texture;
1919

20-
2120
// =============
2221
// === Glyph ===
2322
// =============

src/rust/ide/lib/span-tree/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ pub mod prelude {
4848

4949
use prelude::*;
5050

51-
5251
use crate::generate::Context;
5352

5453
// =====================

src/rust/ide/src/double_representation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ impl LineKind {
9696
ExpressionPlain {
9797
ast: ast.clone_ref(),
9898
}
99-
}
99+
};
100100
}
101101
};
102102

0 commit comments

Comments
 (0)