From af872afbe81f84620c3c965c87e4f1b32a407910 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 19 May 2026 23:09:00 +0200 Subject: [PATCH] gofmt Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- internal/ui/components/copy/model.go | 1 - internal/ui/components/copyas/model.go | 1 - internal/ui/replay/update.go | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/internal/ui/components/copy/model.go b/internal/ui/components/copy/model.go index 969f63c..af5d61e 100644 --- a/internal/ui/components/copy/model.go +++ b/internal/ui/components/copy/model.go @@ -14,7 +14,6 @@ const ( popupH = 20 ) - type OpenMsg struct { RawRequest string Scheme string diff --git a/internal/ui/components/copyas/model.go b/internal/ui/components/copyas/model.go index 49e548a..8e0f0f3 100644 --- a/internal/ui/components/copyas/model.go +++ b/internal/ui/components/copyas/model.go @@ -12,7 +12,6 @@ const ( popupH = 20 ) - type OpenMsg struct { RawRequest string Scheme string diff --git a/internal/ui/replay/update.go b/internal/ui/replay/update.go index 41ef599..0f821ef 100644 --- a/internal/ui/replay/update.go +++ b/internal/ui/replay/update.go @@ -20,8 +20,8 @@ import ( "github.com/anotherhadi/spilltea/internal/db" "github.com/anotherhadi/spilltea/internal/keys" "github.com/anotherhadi/spilltea/internal/style" - "github.com/anotherhadi/spilltea/internal/util" diffUI "github.com/anotherhadi/spilltea/internal/ui/diff" + "github.com/anotherhadi/spilltea/internal/util" "github.com/klauspost/compress/zstd" )