Skip to content

Commit eb119dd

Browse files
committed
fix up more lint
1 parent 1a4e07e commit eb119dd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

server/syncengine/mattermost_plugingroup.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ import (
55
"errors"
66
"fmt"
77

8+
"github.com/mattermost/mattermost/server/public/model"
9+
810
"github.com/lukegb/mattermost-plugin-uffd/server/ctxlog"
911
"github.com/lukegb/mattermost-plugin-uffd/server/paginator"
10-
"github.com/mattermost/mattermost/server/public/model"
1112
)
1213

1314
const (

server/syncengine/mattermost_restgroup.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ import (
1111
"sync"
1212
"time"
1313

14+
"github.com/mattermost/mattermost/server/public/model"
15+
1416
"github.com/lukegb/mattermost-plugin-uffd/server/ctxlog"
1517
"github.com/lukegb/mattermost-plugin-uffd/server/paginator"
16-
"github.com/mattermost/mattermost/server/public/model"
1718
)
1819

1920
// MattermostRESTGroupBackend uses the Mattermost REST API to manipulate groups as a bot account.

0 commit comments

Comments
 (0)