Merge pull request #6443 from rofrol/patch-1

No need to use f for print here
This commit is contained in:
Jeroen van Rijn
2026-03-18 14:06:33 +01:00
committed by GitHub

View File

@@ -2247,7 +2247,7 @@ arbitrary_precision_mathematics :: proc() {
cb := big.internal_count_bits(a)
if print_name {
fmt.printf(name)
fmt.print(name)
}
if err != nil {
fmt.printf(" (Error: %v) ", err)