1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-04-19 19:56:50 +00:00

Change symbol for subform

This commit is contained in:
Paul-Christian Volkmer 2023-09-30 11:58:21 +02:00
parent 1f51d3e994
commit 108aae329c
2 changed files with 2 additions and 2 deletions

View File

@ -356,7 +356,7 @@ impl Requires for DataForm {
| Requirement::ExternalDataFormSubform(_)
| Requirement::UnterformularSubform(_)
| Requirement::ExternalUnterformularSubform(_) => {
Some(format!(" $ {}\n", entry.to_string()))
Some(format!(" * {}\n", entry.to_string()))
}
_ => None,
})

View File

@ -359,7 +359,7 @@ impl Requires for Unterformular {
| Requirement::ExternalDataFormSubform(_)
| Requirement::UnterformularSubform(_)
| Requirement::ExternalUnterformularSubform(_) => {
Some(format!(" $ {}\n", entry.to_string()))
Some(format!(" * {}\n", entry.to_string()))
}
_ => None,
})