We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082ea6d commit 4f1be99Copy full SHA for 4f1be99
dsc/src/main.rs
@@ -41,7 +41,7 @@ fn main() {
41
42
debug!("{}: {}", t!("main.usingDscVersion"), env!("CARGO_PKG_VERSION"));
43
44
- let progress_format = args.progress_format.unwrap_or({ ProgressFormat::Default });
+ let progress_format = args.progress_format.unwrap_or( ProgressFormat::Default );
45
46
match args.subcommand {
47
SubCommand::Completer { shell } => {
0 commit comments