From 811f4b3fa7b5348debf16a4906fc1ffdf4aa9019 Mon Sep 17 00:00:00 2001 From: Bart Veneman Date: Tue, 21 Nov 2023 23:22:19 +0100 Subject: [PATCH] i did run prettier this time --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 43f4316..e81099a 100644 --- a/src/index.js +++ b/src/index.js @@ -4,7 +4,7 @@ import { compare, equals, greaterThan, lessThan } from './util/compare.js'; import { min, max } from './util/filter.js'; import { sortAsc, sortDesc } from './util/sort.js'; -const SETTER_ERROR_MESSAGE = 'Manipulating the port of the specificity directly is not allowed. Instead, directly set a new value' +const SETTER_ERROR_MESSAGE = 'Manipulating the port of the specificity directly is not allowed. Instead, directly set a new value'; class Specificity { constructor(value, selector = null) {