Merge pull request #24519 from veblush/fix-format

Reformat source
pull/24520/head
Esun Kim 5 years ago committed by GitHub
commit fb454347c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/csharp/HelloworldXamarin/HelloworldXamarin.Android/MainActivity.cs
  2. 2
      examples/csharp/HelloworldXamarin/HelloworldXamarin/AssemblyInfo.cs
  3. 2
      src/core/lib/security/credentials/external/url_external_account_credentials.cc

@ -46,4 +46,4 @@ namespace HelloworldXamarin.Droid
base.OnRequestPermissionsResult(requestCode, permissions, grantResults); base.OnRequestPermissionsResult(requestCode, permissions, grantResults);
} }
} }
} }

@ -16,4 +16,4 @@
using Xamarin.Forms.Xaml; using Xamarin.Forms.Xaml;
[assembly: XamlCompilation(XamlCompilationOptions.Compile)] [assembly: XamlCompilation(XamlCompilationOptions.Compile)]

@ -208,4 +208,4 @@ void UrlExternalAccountCredentials::FinishRetrieveSubjectToken(
} }
} }
} // namespace grpc_core } // namespace grpc_core

Loading…
Cancel
Save