Explorar o código

refactor(grid.rs): consistent argument order

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen %!s(int64=2) %!d(string=hai) anos
pai
achega
dc85c80d7a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/output/grid.rs

+ 1 - 1
src/output/grid.rs

@@ -62,7 +62,7 @@ impl<'a> Render<'a> {
                 filename.options.show_icons,
             ) {
                 (EmbedHyperlinks::On, ShowIcons::On(spacing)) => {
-                    filename.bare_width() + 1 + spacing + classification_width
+                    filename.bare_width() + classification_width + 1 + spacing
                 }
                 (EmbedHyperlinks::On, ShowIcons::Off) => {
                     filename.bare_width() + classification_width