From a500d2557e1b21607746b79f86f6dfbd16c4bb03 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Thu, 3 Jan 2019 19:47:42 +0000 Subject: [PATCH] fix indentation --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 78ba90b9..093f6a7e 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -19,7 +19,7 @@ Config::write('database_name', $db_file); clearstatcache(); if (file_exists($db_file)) { - unlink($db_file); + unlink($db_file); }