[ci skip] style: cap line length at 130

This commit is contained in:
Oliver Booth 2023-08-26 18:40:16 +01:00
parent 68968c1b0b
commit b843d155f6
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
1 changed files with 2 additions and 1 deletions

View File

@ -396,7 +396,8 @@ public static partial class StreamExtensions
}
/// <summary>
/// Reads an <see cref="ushort" /> from the current stream as little endian, and advances the stream position by two bytes.
/// Reads an <see cref="ushort" /> from the current stream as little endian, and advances the stream position by two
/// bytes.
/// </summary>
/// <param name="stream">The stream from which the value should be read.</param>
/// <returns>The little endian value.</returns>