Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
limebell committed Dec 7, 2020
1 parent e6e77a6 commit 40f5945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Libplanet/Net/Protocols/IProtocol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Task AddPeersAsync(
/// </summary>
/// <param name="cancellationToken">A cancellation token used to propagate notification
/// that this operation should be canceled.</param>
/// <returns>>An awaitable task without value.</returns>
/// <returns>An awaitable task without value.</returns>
Task RebuildConnectionAsync(CancellationToken cancellationToken);

/// <summary>
Expand All @@ -79,7 +79,7 @@ Task AddPeersAsync(
/// </summary>
/// <param name="cancellationToken">A cancellation token used to propagate notification
/// that this operation should be canceled.</param>
/// <returns>>An awaitable task without value.</returns>
/// <returns>An awaitable task without value.</returns>
Task CheckReplacementCacheAsync(CancellationToken cancellationToken);
}
}

0 comments on commit 40f5945

Please sign in to comment.