Fix clippy warning

This commit is contained in:
JasonLG1979 2021-06-18 15:30:22 -05:00
parent 2466e0b3c1
commit 336e714dba

View file

@ -16,7 +16,7 @@ impl Open for StdoutSink {
info!("Using pipe sink with format: {:?}", format);
Self {
output: None,
path: path,
path,
format,
}
}