Skip to content

Commit

Permalink
Run ./gradlew ktlintFormat
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks committed Sep 11, 2024
1 parent 1626b26 commit 93c84c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ abstract class IndexStateManagementRestTestCase : IndexManagementRestTestCase()
{
"$key" : "$value"
}
""".trimIndent()
""".trimIndent()
val res =
adminClient().makeRequest(
"PUT", "$index/_settings", emptyMap(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ abstract class SnapshotManagementRestTestCase : IndexManagementRestTestCase() {
}
}
}
""".trimIndent(),
APPLICATION_JSON,
),
)
""".trimIndent(),
APPLICATION_JSON,
),
)

assertEquals("Request failed", RestStatus.OK, response.restStatus())
}
Expand Down

0 comments on commit 93c84c1

Please sign in to comment.