feedgnuplot: style consistency nit

This commit is contained in:
Dominyk Tiller 2016-08-21 14:26:50 +01:00
parent 56f1c5c663
commit e9eca9dde2
No known key found for this signature in database
GPG key ID: FE19AEFCF658C6F6

View file

@ -20,6 +20,6 @@ class Feedgnuplot < Formula
end
test do
pipe_output "#{bin}/feedgnuplot --terminal 'dumb 80,20' --exit", "seq 5", 0
pipe_output("#{bin}/feedgnuplot --terminal 'dumb 80,20' --exit", "seq 5", 0)
end
end