Skip to content

Commit

Permalink
chore: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Mar 27, 2024
1 parent 4634f41 commit 7ccc393
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/headers/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ impl<'a> EmailWriter<'a> {
self.spaces += 1;
}

pub(super) fn has_spaces(&self) -> bool {
self.spaces > 0
}

/// Write a space which won't be printed if the line wraps.
///
/// This method shouldn't be called multiple times consecutively,
Expand Down

0 comments on commit 7ccc393

Please sign in to comment.