Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Dec 12, 2009
1 parent 2d22859 commit bb83324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ def auth
if $stdin.tty?
puts Gist.read(ARGV.first)
else
puts Gist.write($stdin.read, %w[-p --private].include?(ARGV.first))
puts Gist.write($stdin.read, %w( -p --private ).include?(ARGV.first))
end

0 comments on commit bb83324

Please sign in to comment.