From d74e6c0a223a42a4454f9cac87fe50a0e4fecec5 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 7 May 2018 11:35:32 +0200 Subject: [PATCH] code format --- .../ApiControllers/accounting/ProfileApiController.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Yavsc/ApiControllers/accounting/ProfileApiController.cs b/Yavsc/ApiControllers/accounting/ProfileApiController.cs index 4f7341bd..e281e4fc 100644 --- a/Yavsc/ApiControllers/accounting/ProfileApiController.cs +++ b/Yavsc/ApiControllers/accounting/ProfileApiController.cs @@ -2,14 +2,14 @@ using Microsoft.AspNet.Identity; using Microsoft.AspNet.Authorization; using Microsoft.AspNet.Mvc; using Microsoft.Extensions.Logging; +using Microsoft.Data.Entity; +using Microsoft.AspNet.Identity.EntityFramework; using System.Security.Claims; using System.Threading.Tasks; +using System.Linq; using Yavsc.Models; - using Yavsc.Models.Auth; - using Yavsc.Helpers; - using System.Linq; - using Microsoft.Data.Entity; - using Microsoft.AspNet.Identity.EntityFramework; +using Yavsc.Models.Auth; +using Yavsc.Helpers; namespace Yavsc.ApiControllers.accounting {