(adapted4debian) ran "gofmt -s -w ." to format the code

This commit is contained in:
JupiterRider
2026-06-19 22:20:45 +02:00
committed by André Roth
parent b560a8b146
commit 45fe4a58ca
17 changed files with 179 additions and 178 deletions
+1 -1
View File
@@ -50,5 +50,5 @@ func (s *ListSuite) TestList(c *check.C) {
c.Check(detail, check.Equals, "Details")
_, deleteErr := list.DeleteTaskByID(task.ID)
c.Check(deleteErr, check.IsNil)
list.Stop()
list.Stop()
}