From 27a1c40f73458e171a3542bde3af5e4d50301def Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Wed, 21 Oct 2020 15:40:01 -0700 Subject: [PATCH] Reformat source --- .../HelloworldXamarin/HelloworldXamarin.Android/MainActivity.cs | 2 +- .../csharp/HelloworldXamarin/HelloworldXamarin/AssemblyInfo.cs | 2 +- .../credentials/external/url_external_account_credentials.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/csharp/HelloworldXamarin/HelloworldXamarin.Android/MainActivity.cs b/examples/csharp/HelloworldXamarin/HelloworldXamarin.Android/MainActivity.cs index efe7cf5a504..5599b299dab 100644 --- a/examples/csharp/HelloworldXamarin/HelloworldXamarin.Android/MainActivity.cs +++ b/examples/csharp/HelloworldXamarin/HelloworldXamarin.Android/MainActivity.cs @@ -46,4 +46,4 @@ namespace HelloworldXamarin.Droid base.OnRequestPermissionsResult(requestCode, permissions, grantResults); } } -} \ No newline at end of file +} diff --git a/examples/csharp/HelloworldXamarin/HelloworldXamarin/AssemblyInfo.cs b/examples/csharp/HelloworldXamarin/HelloworldXamarin/AssemblyInfo.cs index b41074c1b7d..aeb826cda7d 100644 --- a/examples/csharp/HelloworldXamarin/HelloworldXamarin/AssemblyInfo.cs +++ b/examples/csharp/HelloworldXamarin/HelloworldXamarin/AssemblyInfo.cs @@ -16,4 +16,4 @@ using Xamarin.Forms.Xaml; -[assembly: XamlCompilation(XamlCompilationOptions.Compile)] \ No newline at end of file +[assembly: XamlCompilation(XamlCompilationOptions.Compile)] diff --git a/src/core/lib/security/credentials/external/url_external_account_credentials.cc b/src/core/lib/security/credentials/external/url_external_account_credentials.cc index a752d7d3152..43029e0deb4 100644 --- a/src/core/lib/security/credentials/external/url_external_account_credentials.cc +++ b/src/core/lib/security/credentials/external/url_external_account_credentials.cc @@ -208,4 +208,4 @@ void UrlExternalAccountCredentials::FinishRetrieveSubjectToken( } } -} // namespace grpc_core \ No newline at end of file +} // namespace grpc_core