Skip to content

Commit

Permalink
[FOLDE] Clang format fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatcam committed May 13, 2021
1 parent 571d614 commit 0661f4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ripple/overlay/impl/InboundHandoff.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ class InboundHandoff : public OverlayImpl::Child,

// This class isn't meant to be copied
InboundHandoff(InboundHandoff const&) = delete;
InboundHandoff& operator=(InboundHandoff const&) = delete;
InboundHandoff&
operator=(InboundHandoff const&) = delete;

/** Start the handshake */
void
Expand Down

0 comments on commit 0661f4a

Please sign in to comment.