From 0f0e71d67afcd547850a330d1dc335798bef5ec1 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Wed, 4 Oct 2023 22:32:35 -0400
Subject: [PATCH] linting fixes

---
 src/js/utilsMisc.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/js/utilsMisc.js b/src/js/utilsMisc.js
index 5fc36bc66be..98c4244ef4c 100644
--- a/src/js/utilsMisc.js
+++ b/src/js/utilsMisc.js
@@ -395,8 +395,8 @@ globalThis.weightedRandom = function(values) {
 
 /**
  * Returns the percentage (0-100) of the social acceptance of the slaves penetrating citizens. Accepts a slave as argument.
- * 
- * @param {FC.SlaveState} slave 
+ *
+ * @param {FC.SlaveState} slave
  * @returns {number}
  */
 globalThis.penetrativeSocialUse = function(slave = null) {
@@ -464,4 +464,4 @@ globalThis.penetrativeSocialUse = function(slave = null) {
 
 	total = Math.clamp(Math.floor(total), 0, 100);
 	return total;
-}
+};
-- 
GitLab