Fix indent

This commit is contained in:
Acid Chicken (硫酸鶏) 2019-02-23 16:23:15 +09:00 committed by GitHub
parent 7dd4180fba
commit 0709cac97f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,14 +26,14 @@ declare module 'webfinger.js' {
} }
interface IIDXLinks { interface IIDXLinks {
'avatar': IJRDLink[]; 'avatar': IJRDLink[];
'remotestorage': IJRDLink[]; 'remotestorage': IJRDLink[];
'blog': IJRDLink[]; 'blog': IJRDLink[];
'vcard': IJRDLink[]; 'vcard': IJRDLink[];
'updates': IJRDLink[]; 'updates': IJRDLink[];
'share': IJRDLink[]; 'share': IJRDLink[];
'profile': IJRDLink[]; 'profile': IJRDLink[];
'webfist': IJRDLink[]; 'webfist': IJRDLink[];
'camlistore': IJRDLink[]; 'camlistore': IJRDLink[];
[type: string]: IJRDLink[]; [type: string]: IJRDLink[];
} }