gofmt pass
This commit is contained in:
@@ -97,4 +97,3 @@ func TestLexSpace(t *testing.T) {
|
||||
token{Position{1, 12}, tokenEOF, ""},
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
+1
-2
@@ -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
@@ -1,8 +1,8 @@
|
||||
package jpath
|
||||
|
||||
import (
|
||||
. "github.com/pelletier/go-toml"
|
||||
"fmt"
|
||||
. "github.com/pelletier/go-toml"
|
||||
"math"
|
||||
"testing"
|
||||
)
|
||||
|
||||
@@ -114,4 +114,3 @@ var defaultScriptFunctions = map[string]nodeFn {
|
||||
return nil
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user