From 5fdaa6cdd35b380a946d5e07a59cf949d44b5be2 Mon Sep 17 00:00:00 2001 From: crazehang <165746307+crazehang@users.noreply.github.com> Date: Sun, 21 Apr 2024 01:52:06 +0800 Subject: [PATCH] chore: remove the repetitive word (#2650) Signed-off-by: crazehang --- internal/ui/select_table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/select_table.go b/internal/ui/select_table.go index d1df36c4..b0dfdeaa 100644 --- a/internal/ui/select_table.go +++ b/internal/ui/select_table.go @@ -59,7 +59,7 @@ func (s *SelectTable) GetSelectedItems() []string { return items } -// GetRowID returns the row id at at given location. +// GetRowID returns the row id at given location. func (s *SelectTable) GetRowID(index int) (string, bool) { cell := s.GetCell(index, 0) if cell == nil {