Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlanigan committed Aug 26, 2019
1 parent a10219a commit 5cac788
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ var poolDeserializationFuncs = map[version.Number]poolDeserializationFunc{
}

func pool_2_0(source map[string]interface{}) (*pool, error) {
fields := schema.Fields {
fields := schema.Fields{
"name": schema.String(),
"description": schema.String(),
"resource_uri": schema.String(),
Expand All @@ -103,4 +103,3 @@ func pool_2_0(source map[string]interface{}) (*pool, error) {
}
return result, nil
}

1 change: 0 additions & 1 deletion pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ var poolResponse = `
}
]
`

0 comments on commit 5cac788

Please sign in to comment.