mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-24 07:30:25 +00:00
style: Set clang-format width 100 (#2953)
This commit is contained in:
@@ -51,7 +51,9 @@ systemTpToUtcStr(std::chrono::system_clock::time_point const& tp, std::string co
|
||||
[[nodiscard]] std::chrono::system_clock::time_point
|
||||
systemTpFromLedgerCloseTime(ripple::NetClock::time_point closeTime)
|
||||
{
|
||||
return std::chrono::system_clock::time_point{closeTime.time_since_epoch() + ripple::epoch_offset};
|
||||
return std::chrono::system_clock::time_point{
|
||||
closeTime.time_since_epoch() + ripple::epoch_offset
|
||||
};
|
||||
}
|
||||
|
||||
} // namespace util
|
||||
|
||||
Reference in New Issue
Block a user