Backend: Run "make fmt" with Go v1.19

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2022-08-10 16:09:21 +02:00
parent 33f2c6bbf0
commit b072a18a17
72 changed files with 552 additions and 615 deletions

View File

@@ -245,7 +245,7 @@ func TestMarker_InvalidArea(t *testing.T) {
})
}
//TODO fails on mariadb
// TODO fails on mariadb
func TestMarker_Save(t *testing.T) {
t.Run("success", func(t *testing.T) {
m := NewMarker(FileFixtures.Get("exampleFileName.jpg"), testArea, "lt9k3pw1wowuy3c4", SrcImage, MarkerLabel, 100, 65)