Skip to content

Commit 939401b

Browse files
imba-tjdBillWagner
authored andcommitted
Fix indentation (#529)
1 parent 37e4c69 commit 939401b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/csharp/api/system/span/slice2/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ static void Main()
1212
private static int GetContentLength(ReadOnlySpan<char> span)
1313
{
1414
var slice = span.Slice(16);
15-
return Int32.Parse(slice);
15+
return Int32.Parse(slice);
1616
}
1717
}
1818
// Output:

0 commit comments

Comments
 (0)