nickk
08/13/2018, 10:02 AMMartin Devillers
08/13/2018, 10:04 AMdoSomething { }
Rather than
doSomething({})
leolima
08/13/2018, 10:05 AMalt + enter
to apply the “fix”nickk
08/13/2018, 10:05 AMLucas Ł
08/13/2018, 10:06 AMleolima
08/13/2018, 10:06 AMalt + enter
menuMartin Devillers
08/13/2018, 10:06 AMnickk
08/13/2018, 10:08 AMleolima
08/13/2018, 10:09 AMIf a call takes a single lambda, it should be passed outside of parentheses whenever possible.https://kotlinlang.org/docs/reference/coding-conventions.html#lambda-formatting
nickk
08/13/2018, 10:10 AMleolima
08/13/2018, 10:12 AMnickk
08/13/2018, 10:17 AM