From ae7a43ff1c6852a97df4641257e95d09f1102082 Mon Sep 17 00:00:00 2001 From: Jonathan Chua Date: Wed, 24 Nov 2021 20:49:25 -0800 Subject: [PATCH] Replace tabs with spaces. This is super minor, but the tabs on this line made the indentation appear off when browsing the file on github in the browser. --- c#/curri-api-c#-example/curri-api-c#-example/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c#/curri-api-c#-example/curri-api-c#-example/Program.cs b/c#/curri-api-c#-example/curri-api-c#-example/Program.cs index 7b3bdca..3cdc4f8 100644 --- a/c#/curri-api-c#-example/curri-api-c#-example/Program.cs +++ b/c#/curri-api-c#-example/curri-api-c#-example/Program.cs @@ -22,7 +22,7 @@ public static async Task Main(string[] args) { Query = @" { - currentUser { + currentUser { id firstName lastName