From bcf15408ca1a1a16ccaca959861e812e6b24a33d Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 2 Feb 2020 22:52:33 +0800 Subject: Add copy to clipboard function to code generator. --- Timeline/Models/Http/ErrorResponse.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Timeline/Models/Http/ErrorResponse.cs') 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 +} -- cgit v1.2.3