Make one import per line

This commit is contained in:
Aya Morisawa 2018-12-29 22:26:15 +09:00
parent 4e55436339
commit 7947036af9
No known key found for this signature in database
GPG Key ID: 3E64865D70D579F2
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import $ from 'cafy'; import ID, { transform } from '../../../../../misc/cafy-id';
import $ from 'cafy';
import ID, { transform } from '../../../../../misc/cafy-id';
import Message from '../../../../../models/messaging-message';
import define from '../../../define';
import { publishMessagingStream } from '../../../../../stream';