Run make fmt

This commit is contained in:
Michael Mayer 2021-08-11 11:01:14 +02:00
parent 3829377824
commit 371a9b3c45
2 changed files with 4 additions and 2 deletions

View file

@ -3,13 +3,14 @@ package api
import (
"bytes"
"encoding/json"
"github.com/photoprism/photoprism/internal/form"
"net/http"
"net/http/httptest"
"os"
"strings"
"testing"
"github.com/photoprism/photoprism/internal/form"
"github.com/gin-gonic/gin"
"github.com/photoprism/photoprism/internal/config"
"github.com/photoprism/photoprism/internal/service"

View file

@ -2,10 +2,11 @@ package api
import (
"encoding/json"
"github.com/photoprism/photoprism/internal/form"
"net/http"
"testing"
"github.com/photoprism/photoprism/internal/form"
"github.com/photoprism/photoprism/internal/i18n"
"github.com/stretchr/testify/assert"
"github.com/tidwall/gjson"