aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Models/Http
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-02-02 22:52:33 +0800
committercrupest <crupest@outlook.com>2020-02-02 22:52:33 +0800
commit10985f0a26010988d26777d5a6d985b4fbc0a776 (patch)
tree9a0a539cdaf50a8f35bfbcf65197fce26634feb1 /Timeline/Models/Http
parentc4fcf37d6018a0a0408920593fbfb7c01af96859 (diff)
downloadtimeline-10985f0a26010988d26777d5a6d985b4fbc0a776.tar.gz
timeline-10985f0a26010988d26777d5a6d985b4fbc0a776.tar.bz2
timeline-10985f0a26010988d26777d5a6d985b4fbc0a776.zip
Add copy to clipboard function to code generator.
Diffstat (limited to 'Timeline/Models/Http')
-rw-r--r--Timeline/Models/Http/ErrorResponse.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/Timeline/Models/Http/ErrorResponse.cs b/Timeline/Models/Http/ErrorResponse.cs
index 87516638..a20b5386 100644
--- a/Timeline/Models/Http/ErrorResponse.cs
+++ b/Timeline/Models/Http/ErrorResponse.cs
@@ -1,4 +1,5 @@
-using static Timeline.Resources.Messages;
+
+using static Timeline.Resources.Messages;
namespace Timeline.Models.Http
{
@@ -258,4 +259,4 @@ namespace Timeline.Models.Http
}
-} \ No newline at end of file
+}