Explorar el Código

feat: left align relative time

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen hace 2 años
padre
commit
165d6e2bd3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/output/table.rs

+ 1 - 1
src/output/table.rs

@@ -176,8 +176,8 @@ impl Column {
             Self::HardLinks  |
             Self::Inode      |
             Self::Blocks     |
-            Self::Timestamp(_) | 
             Self::GitStatus  => Alignment::Right,
+            Self::Timestamp(_) | 
             _                => Alignment::Left,
         }
     }