Skip to content

Commit

Permalink
fix(pty): Ensure trailing space is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 15, 2024
1 parent 3af91b1 commit 2bb788b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/completest-pty/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,11 +495,6 @@ fn comptest(
});

let content = parser.screen().contents();
let content = content
.lines()
.map(|l| l.trim())
.collect::<Vec<_>>()
.join("\n");
Ok(content)
}

Expand Down

0 comments on commit 2bb788b

Please sign in to comment.