Skip to content

Commit c58c302

Browse files
committed
change two space indents to tabs, to match the convention for this module
1 parent fcb0a4e commit c58c302

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/ml-modules/root/test/test-controller.xqy

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ declare function run-suite(
131131
helper:log(" - invoking tests"),
132132
for $test in $tests
133133
return
134-
run($suite, $test, fn:concat($TEST-SUITES-ROOT, $suite, "/", $test), $run-teardown, $coverage),
134+
run($suite, $test, fn:concat($TEST-SUITES-ROOT, $suite, "/", $test), $run-teardown, $coverage),
135135

136136
if ($run-suite-teardown eq fn:true()) then
137137
run-setup-teardown(fn:false(), $suite)
@@ -163,7 +163,7 @@ declare function run(
163163
let $result :=
164164
try {
165165
if (fn:not($setup/@type = "fail")) then
166-
(: Avoid returning result of helper:log :)
166+
(: Avoid returning result of helper:log :)
167167
let $_ := helper:log(" ...running")
168168
return
169169
if (fn:empty($coverage)) then xdmp:invoke($module)
@@ -174,8 +174,8 @@ declare function run(
174174
helper:fail($ex)
175175
}
176176
(: If we had a .sjs test module, we may get arrays back. Convert the array
177-
: of results to a sequence of results.
178-
:)
177+
: of results to a sequence of results.
178+
:)
179179
let $result :=
180180
(
181181
for $value in $result

0 commit comments

Comments
 (0)