Fixing formatting. (#9801)

This commit is contained in:
Christopher Speller
2018-11-06 00:28:55 -08:00
committed by Saturnino Abril
parent 46dd243331
commit 418a0ec10e
14 changed files with 46 additions and 37 deletions

View File

@@ -4,9 +4,10 @@
package testutils
import (
"github.com/mattermost/mattermost-server/services/httpservice"
"net/http"
"net/http/httptest"
"github.com/mattermost/mattermost-server/services/httpservice"
)
type MockedHTTPService struct {