summaryrefslogtreecommitdiffstats
path: root/tpl/time
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-28 22:34:10 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-28 23:14:09 +0100
commita795acbcd8b18aa4af384d5c03f30740361c8fcf (patch)
tree0dbf7b000681a738b892c5235daf52c63cda88b9 /tpl/time
parent982d9513e71b3d48e20cfa38454a0e1215a8d963 (diff)
all: Run gofumpt -l -w .
Diffstat (limited to 'tpl/time')
-rw-r--r--tpl/time/time_test.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/tpl/time/time_test.go b/tpl/time/time_test.go
index 9001f6b6b..b13e62929 100644
--- a/tpl/time/time_test.go
+++ b/tpl/time/time_test.go
@@ -124,7 +124,7 @@ func TestFormat(t *testing.T) {
}
})
- //Issue #9084
+ // Issue #9084
c.Run("TZ America/Los_Angeles", func(c *qt.C) {
c.Parallel()
@@ -136,9 +136,7 @@ func TestFormat(t *testing.T) {
c.Assert(err, qt.IsNil)
c.Assert(d, qt.Equals, "11:00:00 am Pacific Daylight Time")
-
})
-
}
func TestDuration(t *testing.T) {