mirror of
https://github.com/robertkrimen/otto
synced 2025-10-26 20:28:49 +08:00
gofmt
Ugh.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package otto
|
||||
|
||||
import (
|
||||
"strconv"
|
||||
"strconv"
|
||||
)
|
||||
|
||||
func (runtime *_runtime) newBooleanObject(value Value) *_object {
|
||||
@@ -9,5 +9,5 @@ func (runtime *_runtime) newBooleanObject(value Value) *_object {
|
||||
}
|
||||
|
||||
func booleanToString(value bool) string {
|
||||
return strconv.FormatBool(value)
|
||||
return strconv.FormatBool(value)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user