diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-01-28 22:34:10 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-01-28 23:14:09 +0100 |
commit | a795acbcd8b18aa4af384d5c03f30740361c8fcf (patch) | |
tree | 0dbf7b000681a738b892c5235daf52c63cda88b9 /lazy | |
parent | 982d9513e71b3d48e20cfa38454a0e1215a8d963 (diff) | |
download | hugo-a795acbcd8b18aa4af384d5c03f30740361c8fcf.tar.gz hugo-a795acbcd8b18aa4af384d5c03f30740361c8fcf.zip |
all: Run gofumpt -l -w .
Diffstat (limited to 'lazy')
-rw-r--r-- | lazy/init_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lazy/init_test.go b/lazy/init_test.go index efc329d79..96a959494 100644 --- a/lazy/init_test.go +++ b/lazy/init_test.go @@ -234,5 +234,4 @@ func TestResetError(t *testing.T) { r = true _, err = i.Do(context.Background()) c.Assert(err, qt.IsNil) - } |