From 919edb7e272dad4fe1d46d4e1ec69a4dd088595b Mon Sep 17 00:00:00 2001 From: Dmitry Sharabin Date: Wed, 30 Oct 2024 18:13:47 +0100 Subject: [PATCH] Formatting --- src/space-picker/space-picker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/space-picker/space-picker.js b/src/space-picker/space-picker.js index 99af549e..f4a0aedc 100644 --- a/src/space-picker/space-picker.js +++ b/src/space-picker/space-picker.js @@ -65,7 +65,7 @@ const Self = class SpacePicker extends ColorElement { if (value !== undefined && value !== null) { if (!(value in this.spaces)) { let spaces = Object.keys(this.spaces).join(", "); - console.warn(`No color space found with id = "${value}". Choose one of the following: ${spaces}.`); + console.warn(`No color space found with id = "${ value }". Choose one of the following: ${ spaces }.`); } if (this._el.picker.value !== value) {