Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
allanrogerr committed Jan 11, 2023
1 parent ba7014a commit a5c2b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operatorapi/tenants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2494,8 +2494,8 @@ func parseTenantPool(pool *miniov2.Pool) *models.Pool {
}
}

var runtimeClassNameValue = ""
var runtimeClassName = &runtimeClassNameValue
runtimeClassNameValue := ""
runtimeClassName := &runtimeClassNameValue

if pool.RuntimeClassName != nil {
runtimeClassName = pool.RuntimeClassName
Expand Down

0 comments on commit a5c2b76

Please sign in to comment.