From 8f2f2d0bc781fbec535790d5132b7252a55e3ca9 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Mon, 4 Mar 2019 15:48:35 +0100 Subject: [PATCH] fix prettier --- src/actions/LogActions.js | 2 +- src/actions/constants/log.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/actions/LogActions.js b/src/actions/LogActions.js index b2ea6ea2..eaac6597 100644 --- a/src/actions/LogActions.js +++ b/src/actions/LogActions.js @@ -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, diff --git a/src/actions/constants/log.js b/src/actions/constants/log.js index 3dad4e52..33b89731 100644 --- a/src/actions/constants/log.js +++ b/src/actions/constants/log.js @@ -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'; -