aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Models/Http
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-13 16:17:17 +0800
committercrupest <crupest@outlook.com>2020-11-13 16:17:17 +0800
commit79673878b5427bbedbc4ff4323dce3958d307b49 (patch)
tree9750c3e57d803efaa65a13c9c47886746d77d721 /BackEnd/Timeline/Models/Http
parentede745d500d87ce257b117e98202e92890dc1cfe (diff)
downloadtimeline-79673878b5427bbedbc4ff4323dce3958d307b49.tar.gz
timeline-79673878b5427bbedbc4ff4323dce3958d307b49.tar.bz2
timeline-79673878b5427bbedbc4ff4323dce3958d307b49.zip
Run code clean.
Diffstat (limited to 'BackEnd/Timeline/Models/Http')
-rw-r--r--BackEnd/Timeline/Models/Http/Common.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/BackEnd/Timeline/Models/Http/Common.cs b/BackEnd/Timeline/Models/Http/Common.cs
index 5fa22c9e..2101a1bb 100644
--- a/BackEnd/Timeline/Models/Http/Common.cs
+++ b/BackEnd/Timeline/Models/Http/Common.cs
@@ -94,13 +94,13 @@ namespace Timeline.Models.Http
public bool Delete { get; set; }
}
- /// <summary></summary>
+ /// <summary></summary>
public CommonDeleteResponse()
{
}
- /// <summary></summary>
+ /// <summary></summary>
public CommonDeleteResponse(int code, string message, bool delete)
: base(code, message, new ResponseData(delete))
{