diff options
Diffstat (limited to 'lib/open.go')
-rw-r--r-- | lib/open.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/open.go b/lib/open.go index f395d13d..c5d4b1c0 100644 --- a/lib/open.go +++ b/lib/open.go @@ -29,7 +29,6 @@ func NewXDGOpen(filename string) *xdgOpen { errCh: errch, args: []string{filename}, } - } // SetArgs sets additional arguments to the open command prior to the filename |