GenerateProtoBufCompare: do not generate unnecessary empty lines
Original commit: 20bae99166
This commit is contained in:
@@ -503,8 +503,6 @@ open class ProtoCompareGenerated(private val oldNameResolver: NameResolver, priv
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
fun checkStringIdEquals(old: Int, new: Int): Boolean {
|
fun checkStringIdEquals(old: Int, new: Int): Boolean {
|
||||||
stringIdMap.get(old)?.let { return it == new }
|
stringIdMap.get(old)?.let { return it == new }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user