From a5dd49152d7a658a09e1a97ea4952df84c630b16 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 14 Feb 2024 20:17:58 +0100 Subject: [PATCH] Tests: Run "make fmt" Signed-off-by: Michael Mayer --- internal/commands/find_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/commands/find_test.go b/internal/commands/find_test.go index 49dcc62e4..17fd23957 100644 --- a/internal/commands/find_test.go +++ b/internal/commands/find_test.go @@ -1,9 +1,10 @@ package commands import ( + "testing" + "github.com/photoprism/photoprism/pkg/capture" "github.com/stretchr/testify/assert" - "testing" ) func TestFindCommand(t *testing.T) {