Skip to content

Commit f72030e

Browse files
committed
mantle: fix minor gofmt
1 parent 76dab96 commit f72030e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mantle/platform/api/azure/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
package azure
1717

1818
import (
19-
"fmt"
2019
"crypto/rand"
20+
"fmt"
2121
"os"
2222
"strings"
2323
"time"

mantle/platform/machine/azure/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
package azure
1616

1717
import (
18+
"crypto/rand"
1819
"errors"
1920
"fmt"
20-
"crypto/rand"
2121
"os"
2222
"path/filepath"
2323

mantle/platform/machine/esx/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
package esx
1616

1717
import (
18+
"crypto/rand"
1819
"errors"
1920
"fmt"
20-
"crypto/rand"
2121
"os"
2222
"path/filepath"
2323

0 commit comments

Comments
 (0)