From e48fc404a6aba0b8cd0064465763f4e6878be718 Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 4 Feb 2020 10:50:52 +0100 Subject: changed all indentation to tabs --- src/components.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/components.rs') diff --git a/src/components.rs b/src/components.rs index 18de7f0..50cb13f 100644 --- a/src/components.rs +++ b/src/components.rs @@ -22,16 +22,16 @@ impl Position { } impl Component for Position { - type Storage = FlaggedStorage>; + type Storage = FlaggedStorage>; } #[derive(Debug, Clone)] pub struct Visible { - pub sprite: String, - pub height: f32 + pub sprite: String, + pub height: f32 } impl Component for Visible { - type Storage = FlaggedStorage>; + type Storage = FlaggedStorage>; } #[derive(Component, Debug)] -- cgit