diff options
author | crupest <crupest@outlook.com> | 2020-03-13 18:03:29 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-13 18:03:29 +0800 |
commit | 5edffd0242a16e9866a1f4e9f1e1d2ff4e549d2c (patch) | |
tree | 23167ac72ad2a0a878eacbfec7fdd9b8b4a81c55 /Timeline/Services | |
parent | 636cf3839d92e884987e4e3aec7f23953d02fe37 (diff) | |
download | timeline-5edffd0242a16e9866a1f4e9f1e1d2ff4e549d2c.tar.gz timeline-5edffd0242a16e9866a1f4e9f1e1d2ff4e549d2c.tar.bz2 timeline-5edffd0242a16e9866a1f4e9f1e1d2ff4e549d2c.zip |
Clean code.
Diffstat (limited to 'Timeline/Services')
-rw-r--r-- | Timeline/Services/Clock.cs | 3 | ||||
-rw-r--r-- | Timeline/Services/PathProvider.cs | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/Timeline/Services/Clock.cs b/Timeline/Services/Clock.cs index 0499c0c6..040f9304 100644 --- a/Timeline/Services/Clock.cs +++ b/Timeline/Services/Clock.cs @@ -1,7 +1,4 @@ using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
namespace Timeline.Services
{
diff --git a/Timeline/Services/PathProvider.cs b/Timeline/Services/PathProvider.cs index 15e66972..1f6b629a 100644 --- a/Timeline/Services/PathProvider.cs +++ b/Timeline/Services/PathProvider.cs @@ -1,9 +1,5 @@ using Microsoft.Extensions.Configuration;
-using System;
-using System.Collections.Generic;
using System.IO;
-using System.Linq;
-using System.Threading.Tasks;
namespace Timeline.Services
{
|