Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Running the formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
regner committed Aug 24, 2017
1 parent a3347ef commit d3ef103
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion client/operation_get_cluster_map_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package client
import (
"encoding/json"

"strconv"

"github.com/regner/albiondata-client/lib"
"github.com/regner/albiondata-client/log"
"strconv"
)

type operationGetClusterMapInfo struct {
Expand Down
2 changes: 1 addition & 1 deletion client/operation_get_game_server_by_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

type operationGetGameServerByCluster struct {
ZoneID string `mapstructure:"0"`
ZoneID string `mapstructure:"0"`
}

func (op operationGetGameServerByCluster) Process(state *albionState, uploader iuploader) {
Expand Down

0 comments on commit d3ef103

Please sign in to comment.