From 7188c730322e150393e81a0652a8333acbaf6c6a Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Tue, 8 Sep 2020 19:32:01 -0500 Subject: [PATCH] goimports --- pkg/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/types.go b/pkg/types.go index 6bcea0c..fb46a7e 100644 --- a/pkg/types.go +++ b/pkg/types.go @@ -41,7 +41,7 @@ type Params struct { IncludeTD bool WatchedAddresses []common.Address WatchedStorageSlots []common.Hash - Workers uint + Workers uint } // Args bundles the arguments for the state diff builder