diff options
author | Stan Hu <stanhu@gmail.com> | 2021-07-26 16:22:34 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2021-07-26 16:22:34 -0700 |
commit | 4e81d534c2f2c87ebdfeafb1f8338b17ffdfc708 (patch) | |
tree | a8084b9c6e3baf279eed8b27999e6813b0407794 /internal/testhelper/testhelper.go | |
parent | 0997266fc03b0851e4ef52d25dbe8b44bdba7de7 (diff) | |
download | gitlab-shell-4e81d534c2f2c87ebdfeafb1f8338b17ffdfc708.tar.gz |
Fix formatting via make fmt
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" |