From: Benjamin Auder <benjamin.auder@somewhere>
Date: Wed, 24 Jan 2018 15:05:45 +0000 (+0100)
Subject: cosmetics
X-Git-Url: https://git.auder.net/variants/current/doc/css/rpsls.css?a=commitdiff_plain;h=63a2a72c258b406696b1656ddf4992ebafa564b0;p=rpsls-bot.git

cosmetics
---

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";
 		},
-  },
+	},
 });