From 0b1e9f54a750f0849e14d4ba5c8f75e85bb7d5ad Mon Sep 17 00:00:00 2001 From: Kevin Biju Date: Thu, 21 Mar 2024 02:02:07 +0530 Subject: [PATCH] fix lint pt.1 --- flow/shared/schema_helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow/shared/schema_helpers.go b/flow/shared/schema_helpers.go index e586faf256..2c92195e6f 100644 --- a/flow/shared/schema_helpers.go +++ b/flow/shared/schema_helpers.go @@ -5,9 +5,9 @@ import ( "slices" "go.temporal.io/sdk/log" + "golang.org/x/exp/maps" "github.com/PeerDB-io/peer-flow/generated/protos" - "golang.org/x/exp/maps" ) func AdditionalTablesHasOverlap(currentTableMappings []*protos.TableMapping,