OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / equity / compiler / cmd / equitycmd / equitycmd.go
index 4df60b2..2a2a470 100644 (file)
@@ -63,9 +63,9 @@ func main() {
        fmt.Fprintf(header, "package instance\n\n")
 
        imports := map[string]bool{
-               "bytes":        true,
-               "encoding/hex": true,
-               "fmt":          true,
+               "bytes":                            true,
+               "encoding/hex":                     true,
+               "fmt":                              true,
                "github.com/vapor/equity/compiler": true,
                "github.com/vapor/protocol/vm":     true,
        }