From 7df3cf59fd133cf781352ec57d48b3ca369db8db Mon Sep 17 00:00:00 2001 From: Kevaundray Wedderburn Date: Fri, 11 Jul 2025 00:13:06 +0100 Subject: [PATCH] go fmt --- crypto/modexp/modexp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/modexp/modexp.go b/crypto/modexp/modexp.go index 7aed2b30c8..305e311798 100644 --- a/crypto/modexp/modexp.go +++ b/crypto/modexp/modexp.go @@ -26,4 +26,4 @@ import ( // To use bigint implementation, import crypto/modexp/bigint directly. func ModExp(base, exp, mod []byte) ([]byte, error) { return gmp.ModExp(base, exp, mod) -} \ No newline at end of file +}