diff --git a/includes/functions.php b/includes/functions.php index 66985ecd9f..c0271e67e2 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -1267,7 +1267,8 @@ function force_influx_data($data) { if (ctype_digit($data)) { return floatval($data); // Else it is a float - } else { + } + else { return floatval($data); } } else {