From 571b3e98eee08ad811f211e30358c241f70c5c0f Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Fri, 7 Apr 2023 17:21:25 +0200 Subject: [PATCH] cleanup the titles --- internal/tuimode/tuimode.go | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/internal/tuimode/tuimode.go b/internal/tuimode/tuimode.go index 86bb10c..9967ab6 100644 --- a/internal/tuimode/tuimode.go +++ b/internal/tuimode/tuimode.go @@ -186,9 +186,7 @@ func (m model) View() string { title := "" switch m.focused { case GPUS: - title = fmt.Sprintf( - " Select a GPU to check the IOMMU groups of", - ) + title = " Select a GPU to check the IOMMU groups of" case GPU_GROUP: title = fmt.Sprint( @@ -197,9 +195,7 @@ func (m model) View() string { ) case USB: - title = fmt.Sprint( - " [OPTIONAL]: Select a USB Controller to check the IOMMU groups of", - ) + title = " [OPTIONAL]: Select a USB Controller to check the IOMMU groups of" case USB_GROUP: title = fmt.Sprint(