Skip to content

Commit

Permalink
fix ktlint
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
  • Loading branch information
eirsep committed Aug 30, 2023
1 parent 5b11c86 commit 3f764b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ data class ChainedMonitorFindings(

when (fieldName) {
MONITOR_ID_FIELD -> {
if(!xcp.currentToken().equals(XContentParser.Token.VALUE_NULL))
monitorId = xcp.text()
if (!xcp.currentToken().equals(XContentParser.Token.VALUE_NULL))
monitorId = xcp.text()
}

MONITOR_IDS_FIELD -> {
Expand Down

0 comments on commit 3f764b6

Please sign in to comment.