No need to use f for print here

This commit is contained in:
Roman Frołow
2026-03-18 12:54:07 +01:00
committed by GitHub
parent 109253bea9
commit 72c1a9420b

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)