Skip to content

Commit

Permalink
fixed formatting in one file
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofCwalina committed Jun 13, 2024
1 parent 28c5692 commit af16572
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Custom/Common/RequestOptionsExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

using System.ClientModel.Primitives;
using System.Threading;

Expand All @@ -20,4 +19,4 @@ public static RequestOptions ToRequestOptions(this CancellationToken cancellatio

private static RequestOptions StreamRequestOptions => _streamRequestOptions ??= new() { BufferResponse = false };
private static RequestOptions _streamRequestOptions;
}
}

0 comments on commit af16572

Please sign in to comment.