From 5c11487601be96029978f456fc6550a39ffb19ef Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 6 Aug 2013 18:49:35 +0000 Subject: [PATCH] Fix indentation in CLI usage feature --- features/cli/usage.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/cli/usage.feature b/features/cli/usage.feature index 0ae2b34..4f677eb 100644 --- a/features/cli/usage.feature +++ b/features/cli/usage.feature @@ -4,6 +4,6 @@ Feature: CLI usage When I run `producer` Then the exit status must be 64 And the output must contain exactly: - """ - Usage: producer recipe_file - """ + """ + Usage: producer recipe_file + """