Skip to content

Commit

Permalink
i did run prettier this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Veneman committed Nov 21, 2023
1 parent 4e0c5a7 commit 811f4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 811f4b3

Please sign in to comment.