diff --git a/js/utils.js b/js/utils.js
index 74905a5369ba71929098f7271b2c0e59beee9b10..6c7d7f8cfee61be92ca2324cea2623b14b713a17 100644
--- a/js/utils.js
+++ b/js/utils.js
@@ -388,6 +388,7 @@ function deepAssign(target, source) {
 
 /**
  * Returns the median value for an array
+ *
  * For more information about mean vs. median see
  * https://www.clinfo.eu/mean-median/
  * @param {[number]} arr Does not need to be sorted