summaryrefslogtreecommitdiff
path: root/integrationtests
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-22 13:07:56 +0300
committerPaul Buetow <paul@buetow.org>2026-05-22 13:07:56 +0300
commit0cb30ff0e48d57dc4416fe85d7906dd72f8a1322 (patch)
tree8d1f4dff8101c89934bd08a9eb0b0939d0cbb89b /integrationtests
parentb35d11fdb6853f6bf254be261cd6ece47efa2e91 (diff)
fix(repl): remove unreachable return in ReadlinePrompt.Run
Task fe: The infinite for loop in Run() can only exit via return (fmt.Errorf on readline error). The trailing 'return nil' was dead code flagged by go vet. Removed.
Diffstat (limited to 'integrationtests')
0 files changed, 0 insertions, 0 deletions