From aef4c688ac969615ed945ffa239b7919add188c7 Mon Sep 17 00:00:00 2001 From: neha-Gupta1 Date: Fri, 18 Aug 2023 23:34:31 +0530 Subject: [PATCH] lint code --- src/internal/m365/collection/groups/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/m365/collection/groups/handler.go b/src/internal/m365/collection/groups/handler.go index 742c41a2f..d4e963d16 100644 --- a/src/internal/m365/collection/groups/handler.go +++ b/src/internal/m365/collection/groups/handler.go @@ -3,10 +3,10 @@ package groups import ( "context" + "github.com/microsoft/kiota-abstractions-go/serialization" "github.com/microsoftgraph/msgraph-sdk-go/models" "github.com/alcionai/corso/src/pkg/services/m365/api" - "github.com/microsoft/kiota-abstractions-go/serialization" ) type BackupMessagesHandler interface {