diff --git a/SabreTools.IO/StreamExtensions.cs b/SabreTools.IO/StreamExtensions.cs index 7461eb7..332db19 100644 --- a/SabreTools.IO/StreamExtensions.cs +++ b/SabreTools.IO/StreamExtensions.cs @@ -25,9 +25,7 @@ namespace SabreTools.IO /// Read a UInt8[] from the stream /// public static byte[]? ReadBytes(this Stream stream, int count) - { - return ReadToBuffer(stream, count); - } + => ReadToBuffer(stream, count); /// /// Read a Int8 from the stream