summary refs log tree commit diff
path: root/bin/bacon
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bacon')
-rwxr-xr-xbin/bacon1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/bacon b/bin/bacon
index dd01064..4ed32e0 100755
--- a/bin/bacon
+++ b/bin/bacon
@@ -45,7 +45,6 @@ opts = OptionParser.new("", 24, '  ') { |opts|
   opts.on("-q", "--quiet",   "do Test::Unit-like non-verbose output") {
     output = 'TestUnitOutput'
   }
-
   opts.on("-p", "--tap",   "do TAP (Test Anything Protocol) output") {
     output = 'TapOutput'
   }