small fixes
This commit is contained in:
@@ -159,12 +159,7 @@ func max(a, b int) int {
|
||||
return b
|
||||
}
|
||||
|
||||
func min(a, b int) int {
|
||||
if a < b {
|
||||
return a
|
||||
}
|
||||
return b
|
||||
}
|
||||
|
||||
|
||||
type whitespace struct {
|
||||
style termenv.Style
|
||||
|
||||
Reference in New Issue
Block a user