fix linting

This commit is contained in:
Christopher Poile
2023-08-04 13:42:26 +09:00
parent ba9a1e13b0
commit f3e1f7b276

View File

@@ -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"
)