Skip to content

Commit

Permalink
go fmt ./...
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkgupta committed Jul 26, 2014
1 parent 9bd57af commit 90297a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auctionrunner/fake_auctionrunner/fake_auctionrunner.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
package fake_auctionrunner

import (
"sync"
. "github.com/cloudfoundry-incubator/auction/auctiontypes"
"sync"
)

type FakeAuctionRunner struct {
Expand Down
2 changes: 1 addition & 1 deletion communication/nats/nats_muxer/nats_muxer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package nats_muxer_test

import (
"fmt"
. "github.com/cloudfoundry-incubator/auction/communication/nats/nats_muxer"
"strconv"
"sync"
"time"
. "github.com/cloudfoundry-incubator/auction/communication/nats/nats_muxer"

. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
Expand Down

0 comments on commit 90297a1

Please sign in to comment.