Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
delete semicolon
  • Loading branch information
CrazyJvm committed Apr 15, 2014
1 parent 0247b5c commit de5d9a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ private[spark] class BlockManager(
case ArrayBufferValues(array) =>
tachyonStore.putValues(blockId, array, level, false)
case ByteBufferValues(bytes) => {
bytes.rewind();
bytes.rewind()
tachyonStore.putBytes(blockId, bytes, level)
}
}
Expand Down

0 comments on commit de5d9a7

Please sign in to comment.