mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
all: Run gofumpt -l -w .
This commit is contained in:
@@ -81,7 +81,6 @@ func TestDecodeRemoteOptions(t *testing.T) {
|
||||
c.Assert(err, isErr)
|
||||
c.Assert(got, qt.DeepEquals, test.want)
|
||||
})
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -114,7 +113,6 @@ func TestOptionsNewRequest(t *testing.T) {
|
||||
c.Assert(err, qt.IsNil)
|
||||
c.Assert(req.Method, qt.Equals, "GET")
|
||||
c.Assert(req.Header["User-Agent"], qt.DeepEquals, []string{"foo"})
|
||||
|
||||
}
|
||||
|
||||
func TestCalculateResourceID(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user