diff --git a/Sources/TableRowAction.swift b/Sources/TableRowAction.swift index 40760cb..34b9911 100644 --- a/Sources/TableRowAction.swift +++ b/Sources/TableRowAction.swift @@ -46,7 +46,7 @@ private enum TableRowActionHandler where CellType: U switch self { case .voidAction(let handler): handler(options) - return nil + return () case .action(let handler): return handler(options) }