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/search.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/search.go')
| -rw-r--r-- | internal/app/search.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/app/search.go b/internal/app/search.go index b4d3833..8f1d327 100644 --- a/internal/app/search.go +++ b/internal/app/search.go @@ -1,9 +1,8 @@ package app import ( - "strings" - "github.com/Fuwn/faustus/internal/claude" + "strings" ) func (m *Model) jumpToSearchResult() { |