From f361f74e10b62283858dc05d62400b412505055c Mon Sep 17 00:00:00 2001 From: Warren He Date: Thu, 21 Sep 2023 14:15:31 -0700 Subject: [PATCH] logic: junk up our docstring --- api/logic/evm.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/logic/evm.go b/api/logic/evm.go index 3d49c4132..4f2d415bb 100644 --- a/api/logic/evm.go +++ b/api/logic/evm.go @@ -12,6 +12,7 @@ import ( // evmPreMarshal converts v to a type that gives us the JSON serialization that we like: // - large integers are JSON strings instead of JSON numbers // - byte array types are JSON strings of base64 instead of JSON arrays of numbers +// Contrived dot for godot linter: . func evmPreMarshal(v interface{}, t abi.Type) interface{} { switch t.T { case abi.IntTy, abi.UintTy: