Skip to content

Commit

Permalink
Fixed linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
garethjevans committed Jul 23, 2021
1 parent 0b31281 commit e5ada5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions pkg/cmd/compile.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
package cmd

import (
"code.cloudfoundry.org/bosh-compile-action/pkg"
"code.cloudfoundry.org/bosh-compile-action/pkg/manifest"
"code.cloudfoundry.org/bosh-compile-action/pkg/util"
"errors"
"fmt"
"io/ioutil"
"os"
"path/filepath"

"code.cloudfoundry.org/bosh-compile-action/pkg"
"code.cloudfoundry.org/bosh-compile-action/pkg/manifest"
"code.cloudfoundry.org/bosh-compile-action/pkg/util"

"github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"gopkg.in/yaml.v2"
Expand Down
3 changes: 2 additions & 1 deletion pkg/manifest/struct_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
package manifest_test

import (
"code.cloudfoundry.org/bosh-compile-action/pkg/manifest"
"fmt"
"io/ioutil"
"path/filepath"
"testing"

"code.cloudfoundry.org/bosh-compile-action/pkg/manifest"

"github.com/stretchr/testify/assert"
"gopkg.in/yaml.v2"
)
Expand Down

0 comments on commit e5ada5a

Please sign in to comment.