Skip to content

Commit 7d75541

Browse files
Fix formatting
1 parent 8fa4ce9 commit 7d75541

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

RestClient.Net/Utilities/ProgressReportingHttpContent.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ public ProgressReportingHttpContent(
3535
progress: progress,
3636
bufferSize: bufferSize,
3737
contentType: contentType
38-
) { }
38+
)
39+
{ }
3940

4041
/// <summary>
4142
/// Initializes a new instance of the <see cref="ProgressReportingHttpContent"/> class using a byte array as content.
@@ -55,7 +56,8 @@ public ProgressReportingHttpContent(
5556
progress: progress,
5657
bufferSize: bufferSize,
5758
contentType: contentType
58-
) { }
59+
)
60+
{ }
5961

6062
/// <summary>
6163
/// Initializes a new instance of the <see cref="ProgressReportingHttpContent"/> class using a stream as content.

0 commit comments

Comments
 (0)