summaryrefslogtreecommitdiff
path: root/HBContext.cs
diff options
context:
space:
mode:
Diffstat (limited to 'HBContext.cs')
-rw-r--r--HBContext.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/HBContext.cs b/HBContext.cs
index bb0572f..b684a51 100644
--- a/HBContext.cs
+++ b/HBContext.cs
@@ -1,5 +1,5 @@
-using Microsoft.EntityFrameworkCore;
-using HyperBooru.Services;
+using HyperBooru.Services;
+using Microsoft.EntityFrameworkCore;
namespace HyperBooru;