I have the following code, for example:
[cardRegistrationVC setCancelBlock:^{ [weakSelf.navigationController popViewControllerAnimated:YES]; }];
Finally I ended up writing blocks like this:
Empty line at the end works ok. Or you have to disable column limit:
#ColumnLimit: 120