Skip to content

Commit b103d5a

Browse files
committed
Remove trailing whitespace in BinaryStateLump.cs
fixes 4f75ea6
1 parent 4f75ea6 commit b103d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BizHawk.Client.Common/savestates/BinaryStateLump.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private BinaryStateLump(string name, string ext)
9292
{
9393
Name = name;
9494
Ext = ext;
95-
Debug.Assert(string.IsNullOrEmpty(ext) || !ext.StartsWith('.'), "omit period of file extension");
95+
Debug.Assert(string.IsNullOrEmpty(ext) || !ext.StartsWith('.'), "omit period of file extension");
9696
}
9797

9898
protected BinaryStateLump()

0 commit comments

Comments
 (0)