👕 Fix lint issue

This commit is contained in:
Jan Oberhauser 2021-01-21 10:47:45 +01:00
parent cd7ed7db47
commit 144de3f24b
4 changed files with 6 additions and 4 deletions

View file

@ -1,5 +1,6 @@
import { import {
Command, flags, Command,
flags,
} from '@oclif/command'; } from '@oclif/command';
import { import {

View file

@ -1,5 +1,6 @@
import { import {
Command, flags, Command,
flags,
} from '@oclif/command'; } from '@oclif/command';
import { import {

View file

@ -1,6 +1,6 @@
import { import {
create_container,
ContainerOptions, ContainerOptions,
create_container,
Dictionary, Dictionary,
EventContext, EventContext,
} from 'rhea'; } from 'rhea';

View file

@ -1,6 +1,6 @@
import { import {
create_container,
ContainerOptions, ContainerOptions,
create_container,
EventContext, EventContext,
Message, Message,
ReceiverOptions, ReceiverOptions,