Skip to content

Commit 6249626

Browse files
committed
ran dotnet format
1 parent 872b315 commit 6249626

7 files changed

Lines changed: 8 additions & 2 deletions

File tree

samples/EntityFramework/Tracker.Core/Data/Mapping/PriorityMap.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Collections.Generic;
3+
34
using Microsoft.EntityFrameworkCore;
45

56
namespace Tracker.Data.Mapping;

samples/EntityFramework/Tracker.Core/Data/Mapping/StatusMap.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Collections.Generic;
3+
34
using Microsoft.EntityFrameworkCore;
45

56
namespace Tracker.Data.Mapping;

samples/EntityFramework/Tracker.Core/Data/Mapping/TaskMap.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Collections.Generic;
3+
34
using Microsoft.EntityFrameworkCore;
45

56
namespace Tracker.Data.Mapping;

samples/EntityFramework/Tracker.Core/Data/Mapping/TenantMap.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Collections.Generic;
3+
34
using Microsoft.EntityFrameworkCore;
45

56
namespace Tracker.Data.Mapping;

samples/EntityFramework/Tracker.Core/Data/Mapping/UserMap.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Collections.Generic;
3+
34
using Microsoft.EntityFrameworkCore;
45

56
namespace Tracker.Data.Mapping;

samples/EntityFramework/Tracker.Core/Data/TrackerContext.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System;
2+
23
using Microsoft.EntityFrameworkCore;
34
using Microsoft.EntityFrameworkCore.Metadata;
45

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
namespace Tracker.Web.Endpoints;
1+
namespace Tracker.Web.Endpoints;
22

33
public interface IEndpointRoute
44
{
5-
}
5+
}

0 commit comments

Comments
 (0)