Skip to content

Commit 7ff2fc8

Browse files
committed
Removed parenthesis
for consistency
1 parent eb7f1d8 commit 7ff2fc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

coffee/fucking.coffee

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ process.exit 0 if new Date().getDay() in [6, 0]
1414
# no sessions
1515
process.exit 0 unless new RegExp(username).test sh('who -q').toString()
1616

17-
conn = require('net').createConnection(port, host)
17+
conn = require('net').createConnection port, host
1818

1919
setTimeout ->
2020
conn.write "#{pass}\nsys brew\n"
2121
setTimeout ->
2222
conn.end 'sys pour'
23-
process.exit(0)
23+
process.exit 0
2424
, 2 * 1000
2525
, 1 * 1000
2626

2727
# alert
28-
sh('say come here and take your fucking coffee')
28+
sh 'say come here and take your fucking coffee'

0 commit comments

Comments
 (0)