From c7d4bb6961cb7d8651ff3f7b12606e07b361a09f Mon Sep 17 00:00:00 2001 From: riley Date: Thu, 15 Dec 2016 15:20:50 -0700 Subject: [PATCH] add a newline so lint doesn't complain --- client/coral-framework/constants/assets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-framework/constants/assets.js b/client/coral-framework/constants/assets.js index 0224e0945..3883ee835 100644 --- a/client/coral-framework/constants/assets.js +++ b/client/coral-framework/constants/assets.js @@ -1,3 +1,3 @@ export const MULTIPLE_ASSETS_REQUEST = 'MULTIPLE_ASSETS_REQUEST'; export const MULTIPLE_ASSETS_SUCCESS = 'MULTIPLE_ASSETS_SUCCESS'; -export const MULTIPLE_ASSSETS_FAILURE = 'MULTIPLE_ASSSETS_FAILURE'; \ No newline at end of file +export const MULTIPLE_ASSSETS_FAILURE = 'MULTIPLE_ASSSETS_FAILURE';