Skip to content

Commit c81325d

Browse files
committed
camaaaan
1 parent bab29d5 commit c81325d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/ccf/tx_status.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ namespace ccf
3434
// Contains only the terminal values of TxStatus
3535
enum class FinalTxStatus : std::underlying_type_t<TxStatus>
3636
{
37-
Committed = static_cast<std::underlying_type_t<TxStatus>>(TxStatus::Committed),
37+
Committed =
38+
static_cast<std::underlying_type_t<TxStatus>>(TxStatus::Committed),
3839
Invalid = static_cast<std::underlying_type_t<TxStatus>>(TxStatus::Invalid),
3940
};
4041

0 commit comments

Comments
 (0)