From 36552bd7247e5410e17e683dda1fa5e7575d5b07 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 d725cd284..cd0114087 100644 --- a/api/logic/evm.go +++ b/api/logic/evm.go @@ -20,6 +20,7 @@ func (b HexBytes) MarshalJSON() ([]byte, error) { // 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: