diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-02-21 09:23:43 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-02-21 09:59:33 +0100 |
commit | 772128485a7e94932cd18b5e3a78d8cfb273e797 (patch) | |
tree | 1d0f54b218927859cabd5bc62f32e94668450f10 /helpers/path_test.go | |
parent | c2c4cb1f9f9ea9f05a9c9cf7123a17660208cad4 (diff) | |
download | hugo-772128485a7e94932cd18b5e3a78d8cfb273e797.tar.gz hugo-772128485a7e94932cd18b5e3a78d8cfb273e797.zip |
Run gofmt -s with Go 1.10
See #4434
Diffstat (limited to 'helpers/path_test.go')
-rw-r--r-- | helpers/path_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/helpers/path_test.go b/helpers/path_test.go index bb5125034..d2c577dae 100644 --- a/helpers/path_test.go +++ b/helpers/path_test.go @@ -670,10 +670,10 @@ func TestFindCWD(t *testing.T) { //cwd, _ := os.Getwd() data := []test{ - //{cwd, nil}, - // Commenting this out. It doesn't work properly. - // There's a good reason why we don't use os.Getwd(), it doesn't actually work the way we want it to. - // I really don't know a better way to test this function. - SPF 2014.11.04 + //{cwd, nil}, + // Commenting this out. It doesn't work properly. + // There's a good reason why we don't use os.Getwd(), it doesn't actually work the way we want it to. + // I really don't know a better way to test this function. - SPF 2014.11.04 } for i, d := range data { dir, err := FindCWD() |