From e283a3e745bad05a55c572646d7b20fbaaeb522d Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 7 Aug 2019 17:38:56 +0800 Subject: Add script to convert encoding and eof. And of course run it. --- Timeline/Entities/PutResult.cs | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'Timeline/Entities/PutResult.cs') diff --git a/Timeline/Entities/PutResult.cs b/Timeline/Entities/PutResult.cs index 4ed48572..32b87e25 100644 --- a/Timeline/Entities/PutResult.cs +++ b/Timeline/Entities/PutResult.cs @@ -1,17 +1,17 @@ -namespace Timeline.Entities -{ - /// - /// Represents the result of a "put" operation. - /// - public enum PutResult - { - /// - /// Indicates the item did not exist and now is created. - /// - Created, - /// - /// Indicates the item exists already and is modified. - /// - Modified - } -} +namespace Timeline.Entities +{ + /// + /// Represents the result of a "put" operation. + /// + public enum PutResult + { + /// + /// Indicates the item did not exist and now is created. + /// + Created, + /// + /// Indicates the item exists already and is modified. + /// + Modified + } +} -- cgit v1.2.3