From 4c5a33db690c406ebc516ef9eaebdee559a0b027 Mon Sep 17 00:00:00 2001 From: neha-Gupta1 Date: Fri, 18 Aug 2023 23:33:21 +0530 Subject: [PATCH] lint file --- 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 950f6c828..c1a544e67 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 {