Improve alignment

This commit is contained in:
Jan Bader 2023-12-10 19:01:20 +01:00
parent 43d2ced820
commit eb6e492251

View File

@ -55,7 +55,7 @@ func main() {
} else {
filesMap.incomingBar = filesMap.progress.AddSpinner(0,
mpb.PrependDecorators(
decor.Name("Finding files "),
decor.Name("Finding files "),
decor.Elapsed(decor.ET_STYLE_HHMMSS),
),
mpb.AppendDecorators(
@ -66,7 +66,7 @@ func main() {
)
filesMap.fileHashingBar = filesMap.progress.AddBar(0,
mpb.PrependDecorators(
decor.Name("Hashing files "),
decor.Name("Hashing files "),
decor.Elapsed(decor.ET_STYLE_HHMMSS),
),
mpb.AppendDecorators(