💩👌 make lint happy

This commit is contained in:
fumiama
2021-08-06 17:32:17 +08:00
parent 541c0d1bca
commit e477e0b452
8 changed files with 65 additions and 71 deletions

View File

@@ -58,7 +58,6 @@ func init() {
func min(a, b int) int {
if a < b {
return a
} else {
return b
}
return b
}