Compare commits

...

2 Commits

Author SHA1 Message Date
Stephen McQuay 250b010c7e
make output SHASUM(1)-compatible 2020-07-17 17:47:17 -07:00
Stephen McQuay 627bb5a7be
Use tabs
Fixes #7
2018-02-27 20:30:24 -08:00
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func main() {
ec++
fmt.Fprintf(os.Stderr, "%v\n", res.err)
} else {
fmt.Printf("%v %v\n", res.cs, res.f)
fmt.Printf("%v %v\n", res.cs, res.f)
}
}
if ec > 0 {