Skip to content

Commit 99d7031

Browse files
committed
pkg/monitor: removed duplicate max() function (now built-in)
1 parent 7ca78a9 commit 99d7031

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

pkg/monitor/ui/ui.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,6 @@ var (
112112
docStyle = lipgloss.NewStyle()
113113
)
114114

115-
func max(a, b int) int {
116-
if a > b {
117-
return a
118-
}
119-
120-
return b
121-
}
122-
123115
type model struct {
124116
version string
125117
client *client.Client

0 commit comments

Comments
 (0)