Indentation fix

This commit is contained in:
William Miceli
2019-11-25 05:57:54 -05:00
parent 1431c5273a
commit acc4dcb4ec

View File

@@ -36,4 +36,5 @@ try{
catch(PDOException $e){
echo "Error: " . $e->getMessage();
}
$connection = null;
?>