fix indents in megalodon files

This commit is contained in:
Hazelnoot 2025-06-01 15:29:14 -04:00
parent b8dd7f4a95
commit 67d859f0d8
3 changed files with 171 additions and 132 deletions

View file

@ -12,17 +12,17 @@ import MastodonEntity from './mastodon/entity';
import MisskeyEntity from './misskey/entity';
export {
type Response,
OAuth,
RequestCanceledError,
isCancel,
detector,
type Response,
OAuth,
RequestCanceledError,
isCancel,
detector,
type MegalodonInterface,
NotificationType,
FilterContext,
Misskey,
NotificationType,
FilterContext,
Misskey,
type Entity,
Converter,
Converter,
type MastodonEntity,
type MisskeyEntity,
}