Skip to content

Commit a6f0bee

Browse files
author
Cédric Belin
committed
Code formatting
1 parent a937813 commit a6f0bee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/ReportTest.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ public sealed class ReportTest {
1414
/// <summary>
1515
/// Creates a new test.
1616
/// </summary>
17-
public ReportTest() {
17+
public ReportTest() =>
1818
coverage = File.ReadAllText(Path.Join(AppContext.BaseDirectory, "../res/lcov.info"));
19-
}
2019

2120
[TestMethod]
2221
public void Parse() {

0 commit comments

Comments
 (0)