Skip to content
Snippets Groups Projects
Commit 143e521d authored by Shivaram Venkataraman's avatar Shivaram Venkataraman
Browse files

[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.
parent cf421386
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
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