Skip to content

Commit 28ff72f

Browse files
committed
Style
1 parent 77e2a69 commit 28ff72f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/test-unparser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env ruby
22

33
trap('INT') do |status|
4-
exit! 128+status
4+
exit! 128 + status
55
end
66

77
require 'unparser'

0 commit comments

Comments
 (0)