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 c0c8949 according to the output
from Google Java Format.

Details: #111
  • Loading branch information
deepsource-autofix[bot] authored Apr 9, 2024
1 parent c0c8949 commit 00d15aa
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ public class SuwayomiService {

/**
* Creates a new instance of the {@link SuwayomiService} class.
* @param metaClient the {@link SuwayomiMetaClient} used for retrieving data from the Suwayomi Server.
*
* @param metaClient the {@link SuwayomiMetaClient} used for retrieving data from the Suwayomi
* Server.
*/
public SuwayomiService(SuwayomiMetaClient metaClient) {
this.metaClient = metaClient;
Expand Down

0 comments on commit 00d15aa

Please sign in to comment.