Skip to content

Commit

Permalink
apply patch file from Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ckeshava committed Apr 24, 2023
1 parent 6af29d5 commit b0cda2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/basics/mulDiv.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
#define RIPPLE_BASICS_MULDIV_H_INCLUDED

#include <cstdint>
#include <limits>
#include <optional>
#include <utility>
#include <limits>

namespace ripple {
auto constexpr muldiv_max = std::numeric_limits<std::uint64_t>::max();
Expand Down

0 comments on commit b0cda2c

Please sign in to comment.