Skip to content

Commit

Permalink
remove blank line with cargo +nightly fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ulyssa committed Aug 1, 2024
1 parent e451da4 commit 7df7419
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/windows/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,6 @@ impl Display for DirectItem {
}
}


impl ListItem<IambInfo> for DirectItem {
fn show(&self, selected: bool, _: &ViewportContext<ListCursor>, _: &mut ProgramStore) -> Text {
let unread = self.unread.is_unread();
Expand Down

0 comments on commit 7df7419

Please sign in to comment.