small fixes

This commit is contained in:
Kujtim Hoxha
2025-04-03 17:36:40 +02:00
parent cfdd687216
commit 795b369219
7 changed files with 13 additions and 24 deletions

View File

@@ -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