From: Alexis Laferrière Date: Wed, 12 Aug 2015 20:20:08 +0000 (-0400) Subject: contrib/objcwrapper: add a new line at the end of the generated file X-Git-Tag: v0.7.8~76^2~9 X-Git-Url: http://nitlanguage.org contrib/objcwrapper: add a new line at the end of the generated file Signed-off-by: Alexis Laferrière --- diff --git a/contrib/objcwrapper/src/objc_generator.nit b/contrib/objcwrapper/src/objc_generator.nit index 3ad10b8..89e8237 100644 --- a/contrib/objcwrapper/src/objc_generator.nit +++ b/contrib/objcwrapper/src/objc_generator.nit @@ -84,7 +84,7 @@ class CodeGenerator nit_method_generator(commented_method, file, init_with_alloc) if commented_method != commented_methods.last then file.write("\n") end - file.write("\nend") + file.write "\nend\n" end fun new_nit_generator(classe: nullable ObjcClass, file: FileWriter, init_with_alloc: Bool) do