Merge: Remove useless empty line
authorJean Privat <jean@pryen.org>
Tue, 3 Dec 2019 15:39:52 +0000 (10:39 -0500)
committerJean Privat <jean@pryen.org>
Tue, 3 Dec 2019 15:39:52 +0000 (10:39 -0500)
I was reading that file recently and noticed this empty line :p

Pull-Request: #2807

src/rapid_type_analysis.nit

index 5b8d41b..970d8df 100644 (file)
@@ -382,7 +382,6 @@ class RapidTypeAnalysis
                                v.enter_visit(npropdef.n_block)
                        end
                end
-
        end
 
        fun add_cast(mtype: MType)