Ver Fonte

refactor(formatting): reformatted a line

MartinFillon há 2 anos atrás
pai
commit
8d6289de10
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/theme/mod.rs

+ 1 - 1
src/theme/mod.rs

@@ -362,7 +362,7 @@ impl render::SizeColours for Theme {
 #[cfg(unix)]
 impl render::UserColours for Theme {
     fn you(&self)           -> Style { self.ui.users.user_you }
-    fn other(&self)  -> Style { self.ui.users.user_other }
+    fn other(&self)         -> Style { self.ui.users.user_other }
     fn root(&self)          -> Style { self.ui.users.user_root }
     fn no_user(&self)       -> Style { self.ui.punctuation }
 }