Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 64edf5e

Browse files
committed
Slight formatting fix
1 parent 1804d7e commit 64edf5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/searchcode/app/service/IndexService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ public List<String> getRepoDocuments(String repoName, int page) {
626626

627627
reader.close();
628628
}
629-
catch(Exception ex) {
629+
catch (Exception ex) {
630630
this.logger.warning("IndexService getRepoDocuments caught a " + ex.getClass() + " on page " + page + "\n with message: " + ex.getMessage());
631631
}
632632

0 commit comments

Comments
 (0)