From: Alexandre Terrasa Date: Fri, 18 Nov 2016 18:35:54 +0000 (-0500) Subject: opts: fix weird indent X-Git-Url: http://nitlanguage.org opts: fix weird indent Signed-off-by: Alexandre Terrasa --- 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