Skip to content

Commit

Permalink
Fix ktlint
Browse files Browse the repository at this point in the history
Signed-off-by: Chase Engelbrecht <engechas@amazon.com>
  • Loading branch information
engechas committed Feb 13, 2024
1 parent 08bddb3 commit fe38482
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class GetMonitorResponse : BaseResponse {
} else {
out.writeBoolean(false)
}
out.writeList((associatedWorkflows?: emptyList()) as MutableList<AssociatedWorkflow>?)
out.writeList((associatedWorkflows ?: emptyList()) as MutableList<AssociatedWorkflow>?)
}

@Throws(IOException::class)
Expand Down

0 comments on commit fe38482

Please sign in to comment.