From 58e5b41bba9f33a525fa0791175b0e844e143451 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Fri, 18 Nov 2016 13:35:54 -0500 Subject: [PATCH] opts: fix weird indent Signed-off-by: Alexandre Terrasa --- lib/opts.nit | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/opts.nit b/lib/opts.nit index 30ea286..c93d39a 100644 --- a/lib/opts.nit +++ b/lib/opts.nit @@ -292,9 +292,7 @@ class OptionContext private var optmap = new HashMap[String, Option] # Add one or more options to the context - fun add_option(opts: Option...) do - options.add_all(opts) - end + fun add_option(opts: Option...) do options.add_all(opts) # Display all the options available fun usage -- 1.7.9.5