Remove useless empty line
authorAlexandre Terrasa <alexandre.terrasa@shopify.com>
Mon, 18 Nov 2019 22:28:48 +0000 (16:28 -0600)
committerAlexandre Terrasa <alexandre.terrasa@shopify.com>
Mon, 18 Nov 2019 22:28:48 +0000 (16:28 -0600)
Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>

src/rapid_type_analysis.nit

index 01042e4..48a4049 100644 (file)
@@ -383,7 +383,6 @@ class RapidTypeAnalysis
                                v.enter_visit(npropdef.n_block)
                        end
                end
-
        end
 
        fun add_cast(mtype: MType)