Skip to content

Commit

Permalink
indention
Browse files Browse the repository at this point in the history
  • Loading branch information
mherman22 authored Jan 3, 2024
1 parent b4bbf7d commit 7022db2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ protected ModelAndView onSubmit(HttpServletRequest request, HttpServletResponse
Node node = findChild(xml, "reportSchema");

if (node == null) {
return null;
return null;
}

node = findChild(node, "dataSets");
Expand Down

0 comments on commit 7022db2

Please sign in to comment.