Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ol0lll committed Aug 28, 2024
1 parent 20e16a0 commit 986b389
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BackendCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,7 @@ public function createTestingDump()
// Cleanup settings file.
if (!empty($tmpName)) {
rename($tmpName, $defaultSettingsFile);
}
else {
} else {
unlink($defaultSettingsFile);
}
}
Expand Down

0 comments on commit 986b389

Please sign in to comment.