From 63a2a72c258b406696b1656ddf4992ebafa564b0 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Wed, 24 Jan 2018 16:05:45 +0100
Subject: [PATCH] cosmetics

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

diff --git a/js/rpsls.js b/js/rpsls.js
index cff3001..d7cae75 100644
--- a/js/rpsls.js
+++ b/js/rpsls.js
@@ -113,5 +113,5 @@ new Vue({
 		imgSource: function(symbol) {
 			return "img/" + symbol + ".png";
 		},
-  },
+	},
 });
-- 
2.48.1