Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kuenishi committed Jul 11, 2024
1 parent 062fd42 commit 9658f1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ protected Optional<Response> checkIfReadonly(boolean isDeletion) {
}
// case (d, e, f, g, h)
return Optional.of(Response.status(HttpStatus.SC_METHOD_NOT_ALLOWED).
header("Allow", "GET,HEAD").build());
header("Allow", "GET,HEAD").build());
}
// case (a, b, c)
return Optional.empty();
Expand Down

0 comments on commit 9658f1a

Please sign in to comment.