Skip to content

Commit 55f2ab3

Browse files
author
Aparajita Choudhary
committed
fixing whitespace issue
1 parent 85cd82a commit 55f2ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestCapacitySchedulerWorkflowPriorityMapping.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void testWorkflowPriorityMappings() throws Exception {
9898
CapacityScheduler cs = (CapacityScheduler) mockRM.getResourceScheduler();
9999
mockRM.start();
100100
cs.start();
101-
101+
102102
Map<String, Object> expected = ImmutableMap.of(
103103
A, ImmutableMap.of("workflow3", Priority.newInstance(4)),
104104
B, ImmutableMap.of("workflow1", Priority.newInstance(2)),

0 commit comments

Comments
 (0)