Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Aug 31, 2013
1 parent 4ac3d64 commit 7d91845
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions basic_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ type BasicRunner struct {
// modified.
Steps []Step

cancelCh chan struct{}
doneCh chan struct{}
state runState
l sync.Mutex
cancelCh chan struct{}
doneCh chan struct{}
state runState
l sync.Mutex
}

func (b *BasicRunner) Run(state StateBag) {
Expand Down

0 comments on commit 7d91845

Please sign in to comment.