diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-08 21:49:49 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-08 21:49:49 +0200 |
| commit | 2d247ab64b84cf80d1beedb9521d7488bcb99f18 (patch) | |
| tree | 6cfb3ec812446133d439a19a0fa07939f4d16648 /Types/SocialSite.h | |
| parent | 848982f156a86038438918e3a51cc0f04be9c78c (diff) | |
Apply formatting
Diffstat (limited to 'Types/SocialSite.h')
| -rw-r--r-- | Types/SocialSite.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Types/SocialSite.h b/Types/SocialSite.h index 43155c7..2510594 100644 --- a/Types/SocialSite.h +++ b/Types/SocialSite.h @@ -8,11 +8,11 @@ #import <Foundation/Foundation.h> typedef NS_ENUM(NSInteger, SocialSite) { - SocialSiteDelicious = 0, - SocialSiteMagnolia = 1, - SocialSitePinboard = 2, - SocialSiteLinkding = 3, - SocialSiteSelfHostedDeliciousCompatible = 4 + SocialSiteDelicious = 0, + SocialSiteMagnolia = 1, + SocialSitePinboard = 2, + SocialSiteLinkding = 3, + SocialSiteSelfHostedDeliciousCompatible = 4 }; @interface SocialSiteHelper : NSObject |