Skip to content

Commit

Permalink
[ci skip] style: cap line length at 130
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Aug 26, 2023
1 parent 68968c1 commit b843d15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion X10D/src/IO/StreamExtensions.Reading.cs
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,8 @@ public static ushort ReadUInt16BigEndian(this Stream stream)
}

/// <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>
Expand Down

0 comments on commit b843d15

Please sign in to comment.