```line1?.let { someBuilder.setAdressLine(it) }```
# codingconventions
s
Copy code
line1?.let { someBuilder.setAdressLine(it) }