CI: Apply Go linter recommendations to "internal/commands" package #5330

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-11-22 17:55:26 +01:00
parent 0e6328a33d
commit 699ad5b50c
38 changed files with 79 additions and 78 deletions

View File

@@ -21,7 +21,7 @@ func TestClientsResetCommand(t *testing.T) {
output, err := RunWithTestContext(ClientsResetCommand, []string{"reset"})
// Check command output for plausibility.
//t.Logf(output)
// t.Logf(output)
assert.NoError(t, err)
assert.Empty(t, output)