Skip to content
Snippets Groups Projects
Commit 5338772f authored by Yoshihiro Shimizu's avatar Yoshihiro Shimizu Committed by Xiangrui Meng
Browse files

remove 'return'

looks unnecessary :grinning:

Author: Yoshihiro Shimizu <shimizu@amoad.com>

Closes #4268 from y-shimizu/remove-return and squashes the following commits:

12be0e9 [Yoshihiro Shimizu] remove 'return'
parent f240fe39
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ sealed trait Vector extends Serializable { ...@@ -78,7 +78,7 @@ sealed trait Vector extends Serializable {
result = 31 * result + (bits ^ (bits >>> 32)).toInt result = 31 * result + (bits ^ (bits >>> 32)).toInt
} }
} }
return result result
} }
/** /**
......
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