difftreelog
fix use vanilla default for line-padding
in: master
1 file changed
crates/jrsonnet-cli/src/manifest.rsdiffbeforeafterboth37 string: bool,37 string: bool,38 /// Numbed of spaces to pad output manifest with.38 /// Numbed of spaces to pad output manifest with.39 /// 0 for hard tabs, -1 for single line output39 /// 0 for hard tabs, -1 for single line output40 #[clap(long, default_value = "4")]40 #[clap(long, default_value = "3")]41 line_padding: usize,41 line_padding: usize,42}42}43impl ConfigureState for ManifestOpts {43impl ConfigureState for ManifestOpts {