GenerateProtoBufCompare: do not generate unnecessary empty lines

This commit is contained in:
Michael Nedzelsky
2015-07-29 16:14:13 +03:00
parent 4d8977ea32
commit 20bae99166
2 changed files with 0 additions and 4 deletions
@@ -503,8 +503,6 @@ open class ProtoCompareGenerated(private val oldNameResolver: NameResolver, priv
return true
}
fun checkStringIdEquals(old: Int, new: Int): Boolean {
stringIdMap.get(old)?.let { return it == new }