Skip to content

Commit f7e995a

Browse files
committed
Codacy issue
1 parent 5981341 commit f7e995a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/TestableIO.System.IO.Abstractions.Api.Tests/ApiApprovalTests.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ public async Task VerifyPublicApiForTestingHelpers(string framework)
3535
private static IEnumerable<string> TargetFrameworksTheoryData()
3636
{
3737
List<string> theoryData = new();
38-
foreach (var targetFramework in Helper.GetTargetFrameworks()) theoryData.Add(targetFramework);
38+
foreach (var targetFramework in Helper.GetTargetFrameworks())
39+
{
40+
theoryData.Add(targetFramework);
41+
}
3942

4043
return theoryData;
4144
}

0 commit comments

Comments
 (0)