Skip to content

Commit d2250ab

Browse files
uniform helper namespace
1 parent 53fbc49 commit d2250ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coverlet.core/Helpers/RetryHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Collections.Generic;
33
using System.Threading;
44

5-
namespace Coverlet.Core
5+
namespace Coverlet.Core.Helpers
66
{
77
// A slightly amended version of the code found here: https://stackoverflow.com/a/1563234/186184
88
// This code allows for varying backoff strategies through the use of Func<TimeSpan>.

0 commit comments

Comments
 (0)