From e940a89680540437fa859268ac1d3c1473685afe Mon Sep 17 00:00:00 2001 From: Jason McCreary Date: Thu, 30 Apr 2020 00:48:57 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Commands/BlueprintCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/BlueprintCommand.php b/src/Commands/BlueprintCommand.php index 44e5e34a..e4d77e67 100644 --- a/src/Commands/BlueprintCommand.php +++ b/src/Commands/BlueprintCommand.php @@ -102,7 +102,7 @@ private function defaultDraftFile() { if (file_exists('draft.yaml')) { return 'draft.yaml'; - } + } if (file_exists('draft.yml')) { return 'draft.yml';