add function comment

This commit is contained in:
techknowlogick
2026-03-10 10:00:39 -04:00
parent cd4051ed38
commit 0346e1cbb5

View File

@@ -20,6 +20,7 @@ func (t myTheme) Theme(isDark bool) *huh.Styles {
return theme return theme
} }
// GetTheme returns default theme
func GetTheme() myTheme { func GetTheme() myTheme {
var t myTheme var t myTheme
return t return t