Skip to content

Commit

Permalink
fix nit
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Davis <[email protected]>
  • Loading branch information
woojiq and the-mikedavis authored Aug 8, 2023
1 parent ba7f312 commit e853290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/tests/test/picker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async fn test_picker_alt_ret() -> anyhow::Result<()> {
fs::write(&paths[1], "first\nsecond")?;

log::debug!(
"created and writed two temporary files: {:?} & {:?}",
"created and wrote two temporary files: {:?} & {:?}",
paths[0],
paths[1]
);
Expand Down

0 comments on commit e853290

Please sign in to comment.