Skip to content
Snippets Groups Projects
Commit 2d90fced authored by skeirik2's avatar skeirik2
Browse files

adding newline to pass scalastyle check

parent 0015d273
No related branches found
No related tags found
No related merge requests found
...@@ -65,4 +65,5 @@ class BlockExInfo(val blockId: RDDBlockId) extends Comparable[BlockExInfo] { ...@@ -65,4 +65,5 @@ class BlockExInfo(val blockId: RDDBlockId) extends Comparable[BlockExInfo] {
override def compareTo(o: BlockExInfo): Int = { override def compareTo(o: BlockExInfo): Int = {
this.norCost.compare(o.norCost) this.norCost.compare(o.norCost)
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment