diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-06-01 15:29:14 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-06-12 21:11:17 -0400 |
| commit | 67d859f0d8bcd4c4e2a275906e2d58f301d4917f (patch) | |
| tree | b53b6bc58d2a10d0de3efb82759adbc6f7bea3df /packages/megalodon/src | |
| parent | update to summaly 5.2.2 (diff) | |
| download | sharkey-67d859f0d8bcd4c4e2a275906e2d58f301d4917f.tar.gz sharkey-67d859f0d8bcd4c4e2a275906e2d58f301d4917f.tar.bz2 sharkey-67d859f0d8bcd4c4e2a275906e2d58f301d4917f.zip | |
fix indents in megalodon files
Diffstat (limited to 'packages/megalodon/src')
| -rw-r--r-- | packages/megalodon/src/index.ts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/packages/megalodon/src/index.ts b/packages/megalodon/src/index.ts index 8971803392..e13e1a1faf 100644 --- a/packages/megalodon/src/index.ts +++ b/packages/megalodon/src/index.ts @@ -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, } |