From b843d155f69753e97176d011c8108da4aaa4cacd Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sat, 26 Aug 2023 18:40:16 +0100 Subject: [PATCH] [ci skip] style: cap line length at 130 --- X10D/src/IO/StreamExtensions.Reading.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/X10D/src/IO/StreamExtensions.Reading.cs b/X10D/src/IO/StreamExtensions.Reading.cs index 6d75187..ea856a1 100644 --- a/X10D/src/IO/StreamExtensions.Reading.cs +++ b/X10D/src/IO/StreamExtensions.Reading.cs @@ -396,7 +396,8 @@ public static partial class StreamExtensions } /// - /// Reads an from the current stream as little endian, and advances the stream position by two bytes. + /// Reads an from the current stream as little endian, and advances the stream position by two + /// bytes. /// /// The stream from which the value should be read. /// The little endian value.