Skip to content

Commit

Permalink
More formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnugget committed Aug 11, 2014
1 parent 5858c75 commit 1d210f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fzz.go
Expand Up @@ -31,8 +31,8 @@ type Fzz struct {

func (fzz *Fzz) Loop() {
fzz.reset()

ttych := readCharacter(fzz.tty)

for {
if len(fzz.input) > 0 {
if err := fzz.startNewRunner(); err != nil {
Expand Down
4 changes: 2 additions & 2 deletions main.go
Expand Up @@ -11,8 +11,8 @@ import (
)

const (
VERSION = "1.0.1"
defaultPlaceholder = "{{}}"
VERSION = "1.0.1"
defaultPlaceholder = "{{}}"
)

var placeholder string
Expand Down
3 changes: 1 addition & 2 deletions utils_test.go
Expand Up @@ -56,7 +56,7 @@ var extractInputTests = []struct {
p string
resultInput string
resultArgs []string
err error
err error
}{
{
args: []string{"ag", "{{}}", "*.go"},
Expand Down Expand Up @@ -135,4 +135,3 @@ func TestExtractInput(t *testing.T) {
}
}
}

0 comments on commit 1d210f0

Please sign in to comment.