Skip to content

Commit

Permalink
style: format code with Google Java Format
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 1edb2f8 according to the output
from Google Java Format.

Details: #93
  • Loading branch information
deepsource-autofix[bot] authored Feb 11, 2024
1 parent 1edb2f8 commit 6fe6cdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ private void searchSource(String query, Source source) {

List<Manga> mangaList = new ArrayList<>();

//skipqc: JAVA-E0214
// skipqc: JAVA-E0214
for (int i = 1; hasNext; i++) {
SourceSearchResult searchResponse;
try {
Expand Down

0 comments on commit 6fe6cdc

Please sign in to comment.