We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2194be2 commit 378de0aCopy full SHA for 378de0a
1 file changed
src/powerline.rs
@@ -58,7 +58,7 @@ impl<'a> Powerline<'a> {
58
}
59
60
// last segment on the line
61
- _ => print!(r"{}{} ", Reset.fmt(self.shell), Reset.fmt(self.shell)),
+ _ => print!(r"{}{}", Reset.fmt(self.shell), Reset.fmt(self.shell)),
62
};
63
64
0 commit comments