aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/btcheck/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/btcheck/main.go b/cmd/btcheck/main.go
index 09844a6..7586ba9 100644
--- a/cmd/btcheck/main.go
+++ b/cmd/btcheck/main.go
@@ -42,5 +42,5 @@ func main() {
pieces[i] = p
}
fmt.Printf("%6.2f%%\n", pieces.Good())
- fmt.Println(pieces.BitField())
+ fmt.Printf("% x\n", pieces.BitField())
}