fix prettier

pull/419/head
slowbackspace 5 years ago
parent 99afc9fc78
commit 8f2f2d0bc7

@ -14,7 +14,7 @@ export type LogAction =
type: typeof LOG.CLOSE,
}
| {
type: typeof LOG.COPY_RESET,
type: typeof LOG.COPY_RESET,
}
| {
type: typeof LOG.COPY_SUCCESS,

@ -5,4 +5,3 @@ export const CLOSE: 'log__close' = 'log__close';
export const ADD: 'log__add' = 'log__add';
export const COPY_SUCCESS: 'log__copy_success' = 'log__copy_success';
export const COPY_RESET: 'log__copy_reset' = 'log__copy_reset';

Loading…
Cancel
Save