diff options
author | Nick Thomas <nick@gitlab.com> | 2021-07-27 09:35:02 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2021-07-27 09:35:02 +0000 |
commit | 82a2153dcc093a99445aedd3734fe7ef868e3a4b (patch) | |
tree | a8084b9c6e3baf279eed8b27999e6813b0407794 /internal/testhelper/testhelper.go | |
parent | 1eadd3a61f3955354b4041fd284ba50e2a17864a (diff) | |
parent | 4e81d534c2f2c87ebdfeafb1f8338b17ffdfc708 (diff) | |
download | gitlab-shell-82a2153dcc093a99445aedd3734fe7ef868e3a4b.tar.gz |
Merge branch 'sh-fix-gofmt' into 'main'
Make gofmt check fail if there are any matching files
See merge request gitlab-org/gitlab-shell!500
Diffstat (limited to 'internal/testhelper/testhelper.go')
-rw-r--r-- | internal/testhelper/testhelper.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testhelper/testhelper.go b/internal/testhelper/testhelper.go index c2c7826..933da00 100644 --- a/internal/testhelper/testhelper.go +++ b/internal/testhelper/testhelper.go @@ -6,8 +6,8 @@ import ( "os" "path" "runtime" - "time" "testing" + "time" "github.com/otiai10/copy" "github.com/sirupsen/logrus" |