From 54edd0207e40946630d8e8fb9cc177972f2db8cc Mon Sep 17 00:00:00 2001 From: Sepehr Eslami Date: Fri, 25 Feb 2022 14:02:58 +0330 Subject: [PATCH] Clean up indentation (#25139) --- .../AuthScheme/Controllers/WeatherForecastController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/security/authorization/limitingidentitybyscheme/samples/AuthScheme/Controllers/WeatherForecastController.cs b/aspnetcore/security/authorization/limitingidentitybyscheme/samples/AuthScheme/Controllers/WeatherForecastController.cs index 562b7f50bf..4893ed4a31 100644 --- a/aspnetcore/security/authorization/limitingidentitybyscheme/samples/AuthScheme/Controllers/WeatherForecastController.cs +++ b/aspnetcore/security/authorization/limitingidentitybyscheme/samples/AuthScheme/Controllers/WeatherForecastController.cs @@ -10,8 +10,8 @@ namespace AuthScheme.Controllers { private static readonly string[] Summaries = new[] { - "Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching" - }; + "Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching" + }; private readonly ILogger _logger;