From 89edc583a3209aaeed891ca412e54d74c26c5fba Mon Sep 17 00:00:00 2001 From: neha-Gupta1 Date: Fri, 25 Aug 2023 14:47:31 +0530 Subject: [PATCH] lint code --- src/pkg/services/m365/api/channels_pager.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pkg/services/m365/api/channels_pager.go b/src/pkg/services/m365/api/channels_pager.go index 55f728b42..aebd51759 100644 --- a/src/pkg/services/m365/api/channels_pager.go +++ b/src/pkg/services/m365/api/channels_pager.go @@ -4,10 +4,11 @@ import ( "context" "github.com/alcionai/clues" - "github.com/alcionai/corso/src/internal/common/ptr" - "github.com/alcionai/corso/src/internal/m365/graph" "github.com/microsoftgraph/msgraph-sdk-go/models" "github.com/microsoftgraph/msgraph-sdk-go/teams" + + "github.com/alcionai/corso/src/internal/common/ptr" + "github.com/alcionai/corso/src/internal/m365/graph" ) // ---------------------------------------------------------------------------