fix: padding option ignored
This commit is contained in:
parent
7772545eb0
commit
4bd7e0283f
|
|
@ -17,7 +17,7 @@ fn main() {
|
||||||
args.time.as_ref(),
|
args.time.as_ref(),
|
||||||
args.date.as_ref(),
|
args.date.as_ref(),
|
||||||
&args.local,
|
&args.local,
|
||||||
5,
|
args.padding,
|
||||||
);
|
);
|
||||||
|
|
||||||
if let Err(error) = res {
|
if let Err(error) = res {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue