Skip to content

Commit

Permalink
[MINOR] Minor style fix in SparkR
Browse files Browse the repository at this point in the history
`dev/lintr-r` passes on my machine now

Author: Shivaram Venkataraman <[email protected]>

Closes apache#8601 from shivaram/sparkr-style-fix.
  • Loading branch information
shivaram committed Sep 4, 2015
1 parent cf42138 commit 143e521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pkg/R/deserialize.R
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 143e521

Please sign in to comment.