You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2018/12/12 00:25:26 UTC

[GitHub] HyukjinKwon commented on a change in pull request #23293: [MINOR][R] Removed Empty Space at the beginning of SparkSession available msg

HyukjinKwon commented on a change in pull request #23293: [MINOR][R] Removed Empty Space at the beginning of SparkSession available msg
URL: https://github.com/apache/spark/pull/23293#discussion_r240843201
 
 

 ##########
 File path: R/pkg/inst/profile/shell.R
 ##########
 @@ -47,5 +47,5 @@
   cat("    /_/", "\n")
   cat("\n")
 
-  cat("\n SparkSession available as 'spark'.\n")
+  cat("\nSparkSession available as 'spark'.\n")
 
 Review comment:
   Yea, 
   
   
   ```diff
      Welcome to
         ____              __
        / __/__  ___ _____/ /__
       _\ \/ _ \/ _ `/ __/  '_/
      /___/ .__/\_,_/_/ /_/\_\   version  3.0.0-SNAPSHOT
         /_/
   
   
   -  SparkSession available as 'spark'.
   + SparkSession available as 'spark'.
   ```
   
   I wouldn't bother fixing it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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