Skip to content

Commit 2d5d663

Browse files
committed
fix line endings
1 parent 97a3c8c commit 2d5d663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<NoWarn>CS1591;CS0649;CA1416;NU1608;NU1109</NoWarn>
5-
<Version>0.2.0</Version>
5+
<Version>0.2.1</Version>
66
<LangVersion>preview</LangVersion>
77
<AssemblyVersion>1.0.0</AssemblyVersion>
88
<PackageTags>ClosedXML, Excel, Verify</PackageTags>

src/Verify.ClosedXml/VerifyClosedXml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ static ConversionResult Convert(XLWorkbook book, IReadOnlyDictionary<string, obj
116116
}
117117

118118
builder.Length -= 1;
119-
builder.AppendLine();
119+
builder.AppendLineN();
120120
}
121121

122122
yield return (builder, sheet.Name);

0 commit comments

Comments
 (0)