Skip to content

Commit de15105

Browse files
authored
Fix code coverage anomaly (#478)
1 parent b8eae1f commit de15105

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

BitFaster.Caching/Atomic/AtomicFactory.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,7 @@ public V CreateValue<TFactory>(K key, TFactory valueFactory) where TFactory : st
174174
// If a previous thread called the factory and failed, throw the same error instead
175175
// of calling the factory again.
176176
if (exceptionDispatch != null)
177-
{
178177
exceptionDispatch.Throw();
179-
}
180178

181179
try
182180
{

0 commit comments

Comments
 (0)