diff options
| author | Fuwn <[email protected]> | 2026-01-30 13:03:11 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-30 13:03:11 +0000 |
| commit | 52e13143420cec1dd54d6bae7e763e7186f97634 (patch) | |
| tree | d062279807e06d03d00d0c6d69e11b30ddb5be54 /internal/app/state.go | |
| parent | fix(claude:session): Handle empty session index (diff) | |
| download | faustus-52e13143420cec1dd54d6bae7e763e7186f97634.tar.xz faustus-52e13143420cec1dd54d6bae7e763e7186f97634.zip | |
format: Apply Iku formatting
Diffstat (limited to 'internal/app/state.go')
| -rw-r--r-- | internal/app/state.go | 3 |
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() { |