Skip to content

Commit

Permalink
Update HttpMethodsType.java
Browse files Browse the repository at this point in the history
Fix linter reported issue
  • Loading branch information
ecararus authored Oct 30, 2023
1 parent b9ef784 commit 317dfe5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
import java.util.Objects;
import java.util.stream.Collectors;

public enum HttpMethodsType
{
public enum HttpMethodsType {
POST("POST"),
PUT("PUT");

Expand Down

0 comments on commit 317dfe5

Please sign in to comment.