Code review comment for lp:~pkunal-parmar/ubuntu-calendar-app/TimeLineView

Revision history for this message
Olivier Tilloy (osomon) wrote :

19 - onClicked: {
20 - if (expanded)
21 + onClicked: {
22 + if (expanded) {
23 compress()
24 - else
25 + }
26 + else {
27 expand()
28 + }

This change is unrelated to the functionality introduced by this MR, and it introduces trailing whitespaces. Please revert.

review: Needs Fixing

« Back to merge proposal