Skip to content

Commit

Permalink
Removing trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Nov 9, 2022
1 parent f18977c commit d081207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/net/include/graphene/net/peer_database.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ namespace graphene { namespace net {
void increment();
bool equal(const peer_database_iterator& other) const;
const potential_peer_record& dereference() const;
private:
private:
std::unique_ptr<peer_database_iterator_impl> my;
};
}
Expand Down

0 comments on commit d081207

Please sign in to comment.