From b1b82323c64114e527c4708404c04f086c5c873f Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Thu, 11 Apr 2019 13:22:14 +0100
Subject: [PATCH] Remove trailing comma

---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index ab13eac..2d2c94f 100644
--- a/index.js
+++ b/index.js
@@ -3,7 +3,7 @@ module.exports = (variants) => {
     addUtilities({
       '.test': {
         display: 'block'
-      },
+      }
     }, variants)
   }
 }