Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Last few space/tab changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nic-burgers-arup committed Sep 10, 2019
1 parent 1fad639 commit fa869a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ApiClient/SpeckleApiClientApiCalls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ public async System.Threading.Tasks.Task<ResponseUser> UserGetAsync( System.Thre
urlBuilder_.Append( BaseUrl != null ? BaseUrl.TrimEnd( '/' ) : "" ).Append( "/accounts" );

var client_ = GetHttpClient();
try
try
{
using ( var request_ = new System.Net.Http.HttpRequestMessage() )
{
Expand Down Expand Up @@ -2326,11 +2326,11 @@ public async System.Threading.Tasks.Task<ResponseStream> StreamGetAsync( string
if ( query != null ) urlBuilder_.Append( query );

var client_ = GetHttpClient();
try
try
{
using ( var request_ = new System.Net.Http.HttpRequestMessage() )
{
request_.Method = new System.Net.Http.HttpMethod( "GET" );
request_.Method = new System.Net.Http.HttpMethod( "GET" );
request_.Headers.Accept.Add( new System.Net.Http.Headers.MediaTypeWithQualityHeaderValue( "application/json" ) );

PrepareRequest( client_, request_, urlBuilder_ );
Expand Down

0 comments on commit fa869a3

Please sign in to comment.