action fix

This commit is contained in:
Max Sokolov 2016-10-24 17:40:59 +03:00
parent 6abdc8ad8d
commit 3ba9f45ded
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ private enum TableRowActionHandler<CellType: ConfigurableCell> where CellType: U
switch self {
case .voidAction(let handler):
handler(options)
return nil
return ()
case .action(let handler):
return handler(options)
}