Whitespace

This commit is contained in:
Stanislas Dolcini 2018-10-05 19:45:07 +02:00
parent 519fd1f843
commit a9a9d7b2ef

View file

@ -238,7 +238,6 @@ class ConnectionHandler
$stmt->close(); $stmt->close();
} }
$mysqli->close(); $mysqli->close();
return $res; return $res;
} }