Skip to content

Commit b174919

Browse files
style(clipshot): remove redundant ¬
1 parent 1e508d2 commit b174919

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clipshot.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ else -- MacOS
3333
-- png: «class PNGf»
3434
local type = o.type ~= '' and o.type or 'JPEG picture'
3535
cmd = {
36-
'osascript', '-e', ([[¬
36+
'osascript', '-e', ([[
3737
set the clipboard to ( ¬
38-
read (POSIX file %q) as %s ¬
39-
) ¬
38+
read (POSIX file %q) as %s)
4039
]]):format(file, type)
4140
}
4241
end

0 commit comments

Comments
 (0)