ran cargo fmt

This commit is contained in:
Humble Penguin 2023-03-07 18:04:43 +05:00 committed by David Peter
parent bbe706bcc1
commit acf156e5d4

View File

@ -93,8 +93,7 @@ impl ExportManager {
self.exporters.push(ExporterWithFilename {
exporter,
filename:
if filename == "-" {
filename: if filename == "-" {
if env::consts::OS == "windows" {
"con:".to_string()
} else {