From 4c39b6a63e18084587d7f639928fca9da224268b Mon Sep 17 00:00:00 2001 From: Fatih Erol <50841052+dev-fatih-erol@users.noreply.github.com> Date: Sat, 29 Apr 2023 23:13:17 +0300 Subject: [PATCH] spaces removed Unnecessary spaces removed --- .../Identity/Identity.API/GlobalUsings.cs | 123 ------------------ 1 file changed, 123 deletions(-) diff --git a/src/Services/Identity/Identity.API/GlobalUsings.cs b/src/Services/Identity/Identity.API/GlobalUsings.cs index bbbe458c9c..7955ac4964 100644 --- a/src/Services/Identity/Identity.API/GlobalUsings.cs +++ b/src/Services/Identity/Identity.API/GlobalUsings.cs @@ -48,126 +48,3 @@ global using System.Threading.Tasks; global using System; global using Microsoft.AspNetCore.Http; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -