Skip to content

Commit f2175c3

Browse files
committed
Add newlines at end of files
1 parent 79ad1cd commit f2175c3

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

LibGit2Sharp.Tests/PatchStatsFixture.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ public void CanExtractStatisticsFromDiff()
2323
}
2424
}
2525
}
26-
}
26+
}
27+

LibGit2Sharp/ContentChangeStats.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ internal ContentChangeStats(int added, int deleted)
2727
LinesDeleted = deleted;
2828
}
2929
}
30-
}
30+
}
31+

LibGit2Sharp/PatchStats.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,5 @@ private string DebuggerDisplay
118118
}
119119
}
120120
}
121-
}
121+
}
122+

0 commit comments

Comments
 (0)