Skip to content

Commit aba4784

Browse files
committed
Update the indentation, #151
1 parent f4ef8d6 commit aba4784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arches_lingo/src/arches_lingo/components/scheme/report/SchemeLicense.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ async function getControlledLists() {
146146
});
147147
if (item.children) {
148148
item.children.forEach((child) => {
149-
const indentation = ' ';
149+
const indentation = '- ';
150150
child.values.map((value) => {
151-
value.value = indentation.repeat(child.depth * 4) + value.value;
151+
value.value = indentation.repeat(child.depth) + value.value;
152152
});
153153
options.push({
154154
uri: child.uri,

0 commit comments

Comments
 (0)