Skip to content

Commit 1208a42

Browse files
author
Peter Jönsson
committed
fmt
1 parent d063484 commit 1208a42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

virtualmachine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package gopherstack
22

33
import (
4+
"encoding/base64"
45
"net/url"
56
"strings"
6-
"encoding/base64"
77
)
88

99
// Deploys a Virtual Machine and returns it's id

0 commit comments

Comments
 (0)