diff options
author | Eduardo Julian | 2021-09-10 02:27:34 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-10 02:27:34 -0400 |
commit | f71ec9cb4ead1e7f9573a37686c87e6a9206a415 (patch) | |
tree | 30c716f305a729d1266256ad0f2a504ff66e2f64 /stdlib/source/program/aedifex/artifact | |
parent | cd71a864ad5be13ed6ec6d046e0a2cb1087bdf94 (diff) |
Fixed the indentation of variants.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/program/aedifex/artifact/snapshot.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/program/aedifex/artifact/snapshot.lux b/stdlib/source/program/aedifex/artifact/snapshot.lux index 64ff5d7b7..5ac1e126a 100644 --- a/stdlib/source/program/aedifex/artifact/snapshot.lux +++ b/stdlib/source/program/aedifex/artifact/snapshot.lux @@ -46,8 +46,8 @@ (def: local_copy_format XML {#xml.Node <local_copy> - xml.attributes - (list {#xml.Text ..local_copy_value})}) + xml.attributes + (list {#xml.Text ..local_copy_value})}) (def: local_copy_parser (Parser Any) |