Skip to content

Commit

Permalink
fix(gitlabcedocker): exec go fmt and delete Redundant blank line
Browse files Browse the repository at this point in the history
Signed-off-by: luckyDogg <wilson.wang.hc@gmail.com>
  • Loading branch information
LuckyDogg committed Jun 30, 2022
1 parent ce9d132 commit 365f563
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion internal/pkg/plugin/gitlabcedocker/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package gitlabcedocker

import (
"fmt"
"github.com/mitchellh/mapstructure"
"os"
"path/filepath"

"github.com/mitchellh/mapstructure"

"github.com/devstream-io/devstream/pkg/util/log"
)

Expand Down
4 changes: 2 additions & 2 deletions internal/pkg/plugin/gitlabcedocker/delete_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package gitlabcedocker_test

import (
"github.com/devstream-io/devstream/internal/pkg/plugin/gitlabcedocker"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

"github.com/devstream-io/devstream/internal/pkg/plugin/gitlabcedocker"
)

var _ = Describe("delete", func() {
Expand All @@ -23,5 +24,4 @@ var _ = Describe("delete", func() {
cmd, _ := gitlabcedocker.Delete(options)
Expect(cmd).To(Equal(true))
})

})

0 comments on commit 365f563

Please sign in to comment.