Skip to content

Commit b41ecc6

Browse files
joewizduncdrum
authored andcommitted
Remove unnecessary type cast
1 parent 50728cd commit b41ecc6

File tree

1 file changed

+1
-1
lines changed
  • src/main/xar-resources/modules

1 file changed

+1
-1
lines changed

src/main/xar-resources/modules/app.xql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function app:module($node as node(), $model as map(*), $details as xs:boolean) {
108108

109109
order by $order
110110
return
111-
app:print-module($module, $funcsInModule, boolean($details))
111+
app:print-module($module, $funcsInModule, $details)
112112
};
113113

114114
declare %private function app:print-module($module as element(xqdoc:xqdoc), $functions as element(xqdoc:function)*,

0 commit comments

Comments
 (0)