Parcourir la source

fixed code style

mightyplow il y a 8 ans
Parent
commit
96946c7212
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lib/stylesheet.js

+ 1 - 1
lib/stylesheet.js

@@ -1,4 +1,4 @@
-'use strict'
+'use strict';
 
 module.exports = {
     getRules: css => css.stylesheet.rules,