Skip to content

Commit 574fb8d

Browse files
committed
fix indent
1 parent ef91f9c commit 574fb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Smdn.Fundamental.Shell/Smdn.OperatingSystem/ShellString.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public override int GetHashCode()
100100
{
101101
if (Raw == null)
102102
#pragma warning disable CA2201
103-
// TODO: throw InvalidOperationException or etc instead
103+
// TODO: throw InvalidOperationException or etc instead
104104
throw new NullReferenceException();
105105
#pragma warning restore CA2201
106106
else

0 commit comments

Comments
 (0)