Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Jun 22, 2023
1 parent be22d43 commit 873628c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Retries/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
var helper = new ExecuteHelper();

// ------------------------------------------------------------------------
// 1. Create a retry strategy that only handles all exceptions
// 1. Create a retry strategy that handles all exceptions
// ------------------------------------------------------------------------

ResilienceStrategy strategy = new ResilienceStrategyBuilder()
Expand Down

0 comments on commit 873628c

Please sign in to comment.