From e9eca9dde298f223272f191c39a8445c03b678d8 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sun, 21 Aug 2016 14:26:50 +0100 Subject: [PATCH] feedgnuplot: style consistency nit --- Formula/feedgnuplot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/feedgnuplot.rb b/Formula/feedgnuplot.rb index 83646ed7c0..a60ccb34da 100644 --- a/Formula/feedgnuplot.rb +++ b/Formula/feedgnuplot.rb @@ -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