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

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Jan 13, 2024
1 parent 77f1efc commit 32bb3ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public enum RestMethod {
GET, // The GET method requests a representation of the specified resource.
POST, // The POST method is used to submit an entity to the specified resource.
PUT, // The PUT method replaces all current representations of the target resource with the
// request payload.
// request payload.
DELETE, // The DELETE method deletes the specified resource.
PATCH // The PATCH method is used to apply partial modifications to a resource.
}

0 comments on commit 32bb3ae

Please sign in to comment.