Skip to content

Commit

Permalink
*: enable all gosimples
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <[email protected]>
  • Loading branch information
hawkingrei committed Jun 28, 2022
1 parent fbcee79 commit 070c4e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infoschema/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,9 @@ func isClusterTableByName(dbName, tableName string) bool {
return true
}
}
return false
default:
return false
}
return false
}

// AppendHostInfoToRows appends host info to the rows.
Expand Down

0 comments on commit 070c4e0

Please sign in to comment.