diff options
Diffstat (limited to 'BackEnd/Timeline.ErrorCodes')
-rw-r--r-- | BackEnd/Timeline.ErrorCodes/ErrorCodes.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs b/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs index b8ec63ec..53a03b69 100644 --- a/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs +++ b/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs @@ -1,6 +1,4 @@ -using System;
-
-namespace Timeline.Models.Http
+namespace Timeline.Models.Http
{
/// <summary>
/// All error code constants.
|