mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 21:57:49 +02:00
Fixed trailing issues
This commit is contained in:
@ -130,7 +130,6 @@ fn paint_token_node(token_node: &TokenNode, line: &str) -> String {
|
||||
item: RawToken::Bare,
|
||||
..
|
||||
}) => Color::Green.normal().paint(token_node.span().slice(line)),
|
||||
TokenNode::EOF(_) => return format!(""),
|
||||
};
|
||||
|
||||
styled.to_string()
|
||||
|
Reference in New Issue
Block a user