summaryrefslogtreecommitdiff
path: root/packages/megalodon/src/index.ts
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-06-01 15:29:14 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-06-12 21:11:17 -0400
commit67d859f0d8bcd4c4e2a275906e2d58f301d4917f (patch)
treeb53b6bc58d2a10d0de3efb82759adbc6f7bea3df /packages/megalodon/src/index.ts
parentupdate to summaly 5.2.2 (diff)
downloadsharkey-67d859f0d8bcd4c4e2a275906e2d58f301d4917f.tar.gz
sharkey-67d859f0d8bcd4c4e2a275906e2d58f301d4917f.tar.bz2
sharkey-67d859f0d8bcd4c4e2a275906e2d58f301d4917f.zip
fix indents in megalodon files
Diffstat (limited to 'packages/megalodon/src/index.ts')
-rw-r--r--packages/megalodon/src/index.ts18
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,
}