1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-12 00:02:28 +01:00

Rename wrap => wrapping

This commit is contained in:
sharkdp
2020-04-22 20:34:40 +02:00
committed by David Peter
parent f034be71e7
commit a8f759c080
4 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ use crate::input::{OpenedInput, OpenedInputKind};
use crate::line_range::RangeCheckResult;
use crate::preprocessor::{expand_tabs, replace_nonprintable};
use crate::terminal::{as_terminal_escaped, to_ansi_color};
use crate::wrap::WrappingMode;
use crate::wrapping::WrappingMode;
pub(crate) trait Printer {
fn print_header(&mut self, handle: &mut dyn Write, input: &OpenedInput) -> Result<()>;