Skip to content

Commit

Permalink
add indentation to for cycle content
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed May 16, 2017
1 parent 9d48c34 commit 96a2198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/tools/collection_creates_list_fail.xml
@@ -1,7 +1,7 @@
<tool id="collection_creates_list_fail" name="collection_creates_list_fail" version="0.1.0">
<command detect_errors="exit_code"><![CDATA[
#for $key in $list_output.keys()#
echo "identifier is $key" > "$list_output[$key]";
echo "identifier is $key" > "$list_output[$key]";
#end for#
echo 'ensure not empty';
exit 1;
Expand Down

0 comments on commit 96a2198

Please sign in to comment.