[MINOR] Minor style fix in SparkR

`dev/lintr-r` passes on my machine now

Author: Shivaram Venkataraman <shivaram@cs.berkeley.edu>

Closes #8601 from shivaram/sparkr-style-fix.
This commit is contained in:
Shivaram Venkataraman 2015-09-04 11:24:47 -07:00
parent cf42138643
commit 143e521d1a

View file

@ -60,7 +60,7 @@ readString <- function(con) {
raw <- readBin(con, raw(), stringLen, endian = "big")
string <- rawToChar(raw)
Encoding(string) <- "UTF-8"
string
string
}
readInt <- function(con) {