diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-09-29 14:48:38 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-09-29 14:48:38 +0900 |
| commit | 61ba841c881b54fd3bc890b995a6d1cb1a39e532 (patch) | |
| tree | 93bf23951df2bf1a9c3aad2fd57f805af87de7f3 /helper/args.go | |
| parent | d530a9e9f9bd85ea18a688d879d0558cd56fb8bd (diff) | |
helper: remove unreachable check
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'helper/args.go')
| -rw-r--r-- | helper/args.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/helper/args.go b/helper/args.go index fabbbf2e..b06cc2ee 100644 --- a/helper/args.go +++ b/helper/args.go @@ -44,10 +44,6 @@ func (a argsFD) WriteTo(w io.Writer) (int64, error) { } func (a argsFD) String() string { - if a == nil { - return "(invalid helper args)" - } - return strings.Join(a, " ") } |
