This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 622a7f2 Fix file style to apply patches
622a7f2 is described below
commit 622a7f2099f77ffff455254d6a94468ce89eef92
Author: Junkai Xue <[email protected]>
AuthorDate: Mon Feb 25 16:32:50 2019 -0800
Fix file style to apply patches
---
.../java/org/apache/helix/task/FixedTargetTaskAssignmentCalculator.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/helix-core/src/main/java/org/apache/helix/task/FixedTargetTaskAssignmentCalculator.java
b/helix-core/src/main/java/org/apache/helix/task/FixedTargetTaskAssignmentCalculator.java
index 4389484..f767456 100644
---
a/helix-core/src/main/java/org/apache/helix/task/FixedTargetTaskAssignmentCalculator.java
+++
b/helix-core/src/main/java/org/apache/helix/task/FixedTargetTaskAssignmentCalculator.java
@@ -314,4 +314,4 @@ public class FixedTargetTaskAssignmentCalculator extends
TaskAssignmentCalculato
}
return result;
}
-}
\ No newline at end of file
+}