gofmt pass

This commit is contained in:
eanderton
2014-09-09 04:09:36 -04:00
parent 12e974f892
commit 7f30fba1e6
7 changed files with 548 additions and 551 deletions
-1
View File
@@ -97,4 +97,3 @@ func TestLexSpace(t *testing.T) {
token{Position{1, 12}, tokenEOF, ""},
})
}
+1 -2
View File
@@ -1,11 +1,10 @@
package jpath
import (
. "github.com/pelletier/go-toml"
"fmt"
. "github.com/pelletier/go-toml"
)
// base match
type matchBase struct {
next PathFn
+1 -1
View File
@@ -1,8 +1,8 @@
package jpath
import (
. "github.com/pelletier/go-toml"
"fmt"
. "github.com/pelletier/go-toml"
"math"
"testing"
)
-1
View File
@@ -114,4 +114,3 @@ var defaultScriptFunctions = map[string]nodeFn {
return nil
},
}