Skip to content

Commit 893cd95

Browse files
svickWeihanLi
andauthored
Fix indentation
Co-authored-by: Weihan Li <weihanli@outlook.com>
1 parent 380e8b6 commit 893cd95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release-notes/11.0/preview/preview5/api-diff/Microsoft.NETCore.App/11.0-preview5_System.Net.Quic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
public sealed class QuicStream : System.IO.Stream
77
{
8-
+ public const byte DefaultPriority = 127;
8+
+ public const byte DefaultPriority = 127;
99
+ public byte Priority { get; set; }
1010
}
1111
}

0 commit comments

Comments
 (0)