diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-02-23 16:23:15 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-23 16:23:15 +0900 |
| commit | 0709cac97f9bab0dc4b9e9b23005248a81505a73 (patch) | |
| tree | cd3590d5398215f28e12e1c22780c8296857a0b0 /src/@types | |
| parent | Better error handling (diff) | |
| download | sharkey-0709cac97f9bab0dc4b9e9b23005248a81505a73.tar.gz sharkey-0709cac97f9bab0dc4b9e9b23005248a81505a73.tar.bz2 sharkey-0709cac97f9bab0dc4b9e9b23005248a81505a73.zip | |
Fix indent
Diffstat (limited to 'src/@types')
| -rw-r--r-- | src/@types/webfinger.js.d.ts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/@types/webfinger.js.d.ts b/src/@types/webfinger.js.d.ts index 9783a14cba..3556c45770 100644 --- a/src/@types/webfinger.js.d.ts +++ b/src/@types/webfinger.js.d.ts @@ -26,14 +26,14 @@ declare module 'webfinger.js' { } interface IIDXLinks { - 'avatar': IJRDLink[]; - 'remotestorage': IJRDLink[]; - 'blog': IJRDLink[]; - 'vcard': IJRDLink[]; - 'updates': IJRDLink[]; - 'share': IJRDLink[]; - 'profile': IJRDLink[]; - 'webfist': IJRDLink[]; + 'avatar': IJRDLink[]; + 'remotestorage': IJRDLink[]; + 'blog': IJRDLink[]; + 'vcard': IJRDLink[]; + 'updates': IJRDLink[]; + 'share': IJRDLink[]; + 'profile': IJRDLink[]; + 'webfist': IJRDLink[]; 'camlistore': IJRDLink[]; [type: string]: IJRDLink[]; } |