]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/users/subscriptions-command.ts
Custom markup container default to space between
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / users / subscriptions-command.ts
index a69d2a194823dfc95c6c8772336f6d0b73f8ea90..edc60e612fa283719947ed01c363d7ce2e0fb256 100644 (file)
@@ -1,5 +1,4 @@
-import { ResultList, Video, VideoChannel } from '@shared/models'
-import { HttpStatusCode } from '@shared/models'
+import { HttpStatusCode, ResultList, Video, VideoChannel } from '@shared/models'
 import { AbstractCommand, OverrideCommandOptions } from '../shared'
 
 export class SubscriptionsCommand extends AbstractCommand {