Skip to content

Commit ad7dad3

Browse files
committed
dotnet format + ingempletethenascii test
1 parent c22c649 commit ad7dad3

File tree

4 files changed

+209
-157
lines changed

4 files changed

+209
-157
lines changed

src/Ascii.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public static unsafe nuint GetIndexOfFirstNonAsciiByte(byte* pBuffer, nuint buff
157157

158158
}
159159

160-
return GetIndexOfFirstNonAsciiByteScalar(pBuffer, bufferLength);
160+
return GetIndexOfFirstNonAsciiByteScalar(pBuffer, bufferLength);
161161
}
162162

163163

0 commit comments

Comments
 (0)