mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
fix linting
This commit is contained in:
parent
ba9a1e13b0
commit
f3e1f7b276
@ -5,12 +5,12 @@ package app
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"github.com/mattermost/mattermost/server/public/model"
|
||||
"html/template"
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/dyatlov/go-opengraph/opengraph"
|
||||
"github.com/mattermost/mattermost/server/public/model"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user