From 244d1aefc67d54c581f3feba5ea006077baeb79e Mon Sep 17 00:00:00 2001 From: Nicolas Gotchac Date: Tue, 20 Dec 2016 02:38:40 +0100 Subject: [PATCH] linting --- js/src/views/WriteContract/writeContractStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/views/WriteContract/writeContractStore.js b/js/src/views/WriteContract/writeContractStore.js index e8f18dc0e..141569af2 100644 --- a/js/src/views/WriteContract/writeContractStore.js +++ b/js/src/views/WriteContract/writeContractStore.js @@ -506,7 +506,7 @@ export default class WriteContractStore { } catch (e) {} } - get files() { + get files () { const files = [].concat( Object.values(this.snippets), Object.values(this.savedContracts)