Skip to content

Commit c1988c8

Browse files
authored
Merge pull request #399 from MarcoRossignoli/uniformnamespace
Uniform helper namespace
2 parents 35eccd9 + d2250ab commit c1988c8

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)