You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sh...@apache.org on 2015/09/04 20:24:51 UTC

spark git commit: [MINOR] Minor style fix in SparkR

Repository: spark
Updated Branches:
  refs/heads/master cf4213864 -> 143e521d1


[MINOR] Minor style fix in SparkR

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

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

Closes #8601 from shivaram/sparkr-style-fix.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/143e521d
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/143e521d
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/143e521d

Branch: refs/heads/master
Commit: 143e521d1a0e16af18083524ceb4399cbe6372bc
Parents: cf42138
Author: Shivaram Venkataraman <sh...@cs.berkeley.edu>
Authored: Fri Sep 4 11:24:47 2015 -0700
Committer: Shivaram Venkataraman <sh...@cs.berkeley.edu>
Committed: Fri Sep 4 11:24:47 2015 -0700

----------------------------------------------------------------------
 R/pkg/R/deserialize.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/143e521d/R/pkg/R/deserialize.R
----------------------------------------------------------------------
diff --git a/R/pkg/R/deserialize.R b/R/pkg/R/deserialize.R
index 88f1861..d1858ec 100644
--- a/R/pkg/R/deserialize.R
+++ b/R/pkg/R/deserialize.R
@@ -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) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org