Skip to content

Commit

Permalink
Format import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
YuxinZhou committed May 7, 2019
1 parent f133c9e commit dc631a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions vsan/methods/methods.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package methods

import (
"context"

"github.com/vmware/govmomi/vim25/soap"
"github.com/vmware/govmomi/vsan/types"
)
Expand Down
3 changes: 2 additions & 1 deletion vsan/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ limitations under the License.
package types

import (
"github.com/vmware/govmomi/vim25/types"
"reflect"
"time"

"github.com/vmware/govmomi/vim25/types"
)

type VsanPerfGetSupportedEntityTypes VsanPerfGetSupportedEntityTypesRequestType
Expand Down

0 comments on commit dc631a2

Please sign in to comment.