Skip to content

Commit

Permalink
fix: format code according to scala style
Browse files Browse the repository at this point in the history
  • Loading branch information
lenoxzhao committed Aug 4, 2023
1 parent 7882d80 commit 67b9992
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,10 @@ static JsonNode getChildQueuesOfCapacity(JsonNode resp) {
}

public Pair<YarnResource, YarnResource> getResources(
String rmWebAddress, String realQueueName, String queueName, ExternalResourceProvider provider) {
String rmWebAddress,
String realQueueName,
String queueName,
ExternalResourceProvider provider) {
JsonNode resp = getResponseByUrl("scheduler", rmWebAddress, provider);
JsonNode schedulerInfo = resp.path("scheduler").path("schedulerInfo");
String schedulerType = schedulerInfo.path("type").asText();
Expand Down

0 comments on commit 67b9992

Please sign in to comment.