Skip to content

Commit

Permalink
lint: missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
AvilaAndre committed Nov 6, 2024
1 parent 0b5c228 commit 2735fdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class MockMvcMultipartBuilder(
return this
}

fun asDeleteMethod(): MockMvcMultipartBuilder {
fun asDeleteMethod(): MockMvcMultipartBuilder {
multipart.with {
it.method = "DELETE"
it
Expand Down

0 comments on commit 2735fdc

Please sign in to comment.