From e4680caebb7235988450f6b1d59da2e46a78e567 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Thu, 1 May 2025 12:48:19 +0200 Subject: some small fixes --- internal/tui/components/chat/message.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'internal/tui/components/chat') diff --git a/internal/tui/components/chat/message.go b/internal/tui/components/chat/message.go index f8d721f19..5163ec735 100644 --- a/internal/tui/components/chat/message.go +++ b/internal/tui/components/chat/message.go @@ -30,11 +30,6 @@ const ( maxResultHeight = 10 ) -// getDiffWidth returns the width for the diff formatting -func getDiffWidth(width int) int { - return width -} - type uiMessage struct { ID string messageType uiMessageType -- cgit v1.2.3