style(io): fix gofmt formatting in local client

Remove extra blank line that causes QA fmt check to fail on all PRs.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Snider 2026-02-04 18:28:18 +00:00
parent 588687ae9a
commit 666a0c38a6

View file

@ -48,7 +48,6 @@ func (m *Medium) path(p string) string {
return clean
}
// Join cleaned relative path with root
return filepath.Join(m.root, clean)
}