diff options
Diffstat (limited to 'Timeline/Services/Clock.cs')
-rw-r--r-- | Timeline/Services/Clock.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Services/Clock.cs b/Timeline/Services/Clock.cs index 68441e92..0499c0c6 100644 --- a/Timeline/Services/Clock.cs +++ b/Timeline/Services/Clock.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq;
using System.Threading.Tasks;
-namespace TimelineApp.Services
+namespace Timeline.Services
{
/// <summary>
/// Convenient for unit test.
|