Skip to content

Commit

Permalink
Fix indentation to match the format
Browse files Browse the repository at this point in the history
  • Loading branch information
huskysun committed Oct 13, 2020
1 parent 5495e17 commit a4958b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ object ExecutorPodsSnapshot extends Logging {
case "failed" =>
PodFailed(pod)
case "succeeded" =>
PodSucceeded(pod)
PodSucceeded(pod)
case "terminating" =>
PodTerminating(pod)
case _ =>
Expand Down

0 comments on commit a4958b9

Please sign in to comment.