From 063448fe2a63fd6298c4ab808504d5a07790b5cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 10 Jan 2018 17:36:32 +0100 Subject: [PATCH] Lint --- lib/common/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/options.js b/lib/common/options.js index 614aa5ca10..296748492c 100755 --- a/lib/common/options.js +++ b/lib/common/options.js @@ -87,7 +87,7 @@ Options.from = function (_options) { if (!isPureObject(options.loadingIndicator)) { options.loadingIndicator = { name: options.loadingIndicator } } - + // Apply default hash to CSP option if (options.render.csp === true) { options.render.csp = { hashAlgorithm: 'sha256' }