Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
christiannagel committed Dec 26, 2023
1 parent a66b19f commit 245eba3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/services/gameapi/Codebreaker.Data.Cosmos/Usings.cs
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
global using Codebreaker.GameAPIs.Models;
global using Codebreaker.Data.Cosmos.Utilities;
global using Codebreaker.GameAPIs.Data;
global using Codebreaker.GameAPIs.Models;

global using Microsoft.EntityFrameworkCore;
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using System.Text.Json;

using System.Text.Json;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;

namespace Codebreaker.Data.Cosmos.Utilities;

Expand Down

0 comments on commit 245eba3

Please sign in to comment.