summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorMario Emmenlauer <mario@emmenlauer.de>2020-04-07 18:43:46 +0200
committerJens Geyer <jensg@apache.org>2020-11-19 22:23:35 +0100
commit47e4923a9967b6ba3bbb5377809075c1940ecfc1 (patch)
treecf10876945cc6fbac43b9a40052bfda5901ae7e0 /tutorial
parent6cd5366b5fe10940d28baff9c7067e3045c3c019 (diff)
downloadthrift-47e4923a9967b6ba3bbb5377809075c1940ecfc1.tar.gz
Minor whitespace changes for netstd
Patch: Mario Emmenlauer Client: netstd This closes #2282
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/netstd/Client/Program.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/netstd/Client/Program.cs b/tutorial/netstd/Client/Program.cs
index eefccf703..abbba702e 100644
--- a/tutorial/netstd/Client/Program.cs
+++ b/tutorial/netstd/Client/Program.cs
@@ -17,6 +17,7 @@
using System;
using System.Collections.Generic;
+using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
@@ -25,14 +26,13 @@ using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
+using Microsoft.Extensions.DependencyInjection;
using Thrift;
using Thrift.Protocol;
using Thrift.Transport;
using Thrift.Transport.Client;
using tutorial;
using shared;
-using Microsoft.Extensions.DependencyInjection;
-using System.Diagnostics;
namespace Client
{