diff options
Diffstat (limited to 'BackEnd/Timeline/Models/Http/HttpCreateTokenRequest.cs')
-rw-r--r-- | BackEnd/Timeline/Models/Http/HttpCreateTokenRequest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline/Models/Http/HttpCreateTokenRequest.cs b/BackEnd/Timeline/Models/Http/HttpCreateTokenRequest.cs index 2a20d490..5881447a 100644 --- a/BackEnd/Timeline/Models/Http/HttpCreateTokenRequest.cs +++ b/BackEnd/Timeline/Models/Http/HttpCreateTokenRequest.cs @@ -1,4 +1,4 @@ -using System.ComponentModel.DataAnnotations;
+using System.ComponentModel.DataAnnotations;
using Timeline.Controllers;
namespace Timeline.Models.Http
|