Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Dec 20, 2024
1 parent ec2d77a commit 8890a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/koinos/mempool/mempool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class mempool final
{
private:
std::unique_ptr< detail::mempool_impl > _my;
mutable std::mutex _mutex;
mutable std::mutex _mutex;

public:
mempool( state_db::fork_resolution_algorithm algo = state_db::fork_resolution_algorithm::fifo );
Expand Down

0 comments on commit 8890a60

Please sign in to comment.