Skip to content

Commit

Permalink
run gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr authored and pabloarodas committed Mar 26, 2024
1 parent 00e229e commit 7cccc45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/commands/bake_test.go
Expand Up @@ -2,7 +2,6 @@ package commands_test

import (
"errors"
"github.com/pivotal-cf/kiln/pkg/cargo"
"log"
"os"
"path/filepath"
Expand All @@ -11,6 +10,8 @@ import (
"testing"
"time"

"github.com/pivotal-cf/kiln/pkg/cargo"

"github.com/pivotal-cf/kiln/pkg/bake"

. "github.com/onsi/ginkgo"
Expand Down Expand Up @@ -1115,7 +1116,6 @@ var _ = Describe("BakeArgumentsFromKilnfileConfiguration", func() {
//})
})
})

})

type fakeWriteBakeRecordFunc struct {
Expand Down

0 comments on commit 7cccc45

Please sign in to comment.