Skip to content

Commit 378de0a

Browse files
committed
remove superflous whitespace
1 parent 2194be2 commit 378de0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/powerline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ impl<'a> Powerline<'a> {
5858
}
5959
}
6060
// last segment on the line
61-
_ => print!(r"{}{} ", Reset.fmt(self.shell), Reset.fmt(self.shell)),
61+
_ => print!(r"{}{}", Reset.fmt(self.shell), Reset.fmt(self.shell)),
6262
};
6363
}
6464
}

0 commit comments

Comments
 (0)