aboutsummaryrefslogtreecommitdiff
path: root/internal/app/state.go
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-30 13:03:11 +0000
committerFuwn <[email protected]>2026-01-30 13:03:11 +0000
commit52e13143420cec1dd54d6bae7e763e7186f97634 (patch)
treed062279807e06d03d00d0c6d69e11b30ddb5be54 /internal/app/state.go
parentfix(claude:session): Handle empty session index (diff)
downloadfaustus-52e13143420cec1dd54d6bae7e763e7186f97634.tar.xz
faustus-52e13143420cec1dd54d6bae7e763e7186f97634.zip
format: Apply Iku formatting
Diffstat (limited to 'internal/app/state.go')
-rw-r--r--internal/app/state.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/app/state.go b/internal/app/state.go
index cebd672..6b24d80 100644
--- a/internal/app/state.go
+++ b/internal/app/state.go
@@ -1,10 +1,9 @@
package app
import (
+ "github.com/Fuwn/faustus/internal/claude"
"strings"
"time"
-
- "github.com/Fuwn/faustus/internal/claude"
)
func (m *Model) updateFiltered() {