Skip to content

Commit

Permalink
removed empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Paurikova2 committed Oct 3, 2024
1 parent 653f85e commit 6297825
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ private String buildXmlResponse(List<String> filePaths) {
int fileCounter = 0;
while (iterator.hasNext() && fileCounter < maxPreviewCount) {
String filePath = iterator.next();

// Check if the file is a folder
Matcher matcher = pattern.matcher(filePath);
if (!matcher.matches()) {
Expand Down

0 comments on commit 6297825

Please sign in to comment.