From 475e19d40a498d40f5a9183e05341c8ec7d8d96d Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Wed, 2 Nov 2016 12:18:53 -0700 Subject: [PATCH] [console] Fix indentation. (#27) --- translations/yaml.unset.key.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/translations/yaml.unset.key.yml b/translations/yaml.unset.key.yml index cad0f35..4b46b15 100644 --- a/translations/yaml.unset.key.yml +++ b/translations/yaml.unset.key.yml @@ -1,6 +1,6 @@ description: 'Unset a YAML key in a YAML file.' - arguments: - yaml-file: 'Path of YAML file to update' - yaml-key: 'YAML key to be unset' - messages: - unset: 'YAML file "%s" was unset successfully.' + arguments: + yaml-file: 'Path of YAML file to update' + yaml-key: 'YAML key to be unset' + messages: + unset: 'YAML file "%s" was unset successfully.'