aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Services/TimelinePostService.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-26 23:43:11 +0800
committercrupest <crupest@outlook.com>2020-11-26 23:43:11 +0800
commitce85af942c64fc3bad4e4502d683f730c882de96 (patch)
tree131ec6248e6979c56304dbebb94248d5a497980c /BackEnd/Timeline/Services/TimelinePostService.cs
parentfb67fe839e742e65f024472c36c0976b3317d95c (diff)
downloadtimeline-ce85af942c64fc3bad4e4502d683f730c882de96.tar.gz
timeline-ce85af942c64fc3bad4e4502d683f730c882de96.tar.bz2
timeline-ce85af942c64fc3bad4e4502d683f730c882de96.zip
refactor: ...
Diffstat (limited to 'BackEnd/Timeline/Services/TimelinePostService.cs')
-rw-r--r--BackEnd/Timeline/Services/TimelinePostService.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/BackEnd/Timeline/Services/TimelinePostService.cs b/BackEnd/Timeline/Services/TimelinePostService.cs
index 36fcdbca..a1176a68 100644
--- a/BackEnd/Timeline/Services/TimelinePostService.cs
+++ b/BackEnd/Timeline/Services/TimelinePostService.cs
@@ -1,4 +1,6 @@
using Microsoft.EntityFrameworkCore;
+using Microsoft.Extensions.Logging;
+using SixLabors.ImageSharp;
using System;
using System.Collections.Generic;
using System.Globalization;
@@ -8,9 +10,7 @@ using Timeline.Entities;
using Timeline.Helpers;
using Timeline.Models;
using Timeline.Services.Exceptions;
-using SixLabors.ImageSharp;
using static Timeline.Resources.Services.TimelineService;
-using Microsoft.Extensions.Logging;
namespace Timeline.Services
{