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

Details: #135
  • Loading branch information
deepsource-autofix[bot] authored Jul 9, 2024
1 parent cba39f4 commit a91dfa2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
import lombok.With;
import org.jetbrains.annotations.NotNull;

/**
* Represents a chapter of a manga.
*/
/** Represents a chapter of a manga. */
@Getter
@NoArgsConstructor
@AllArgsConstructor
Expand Down

0 comments on commit a91dfa2

Please sign in to comment.