Skip to content

Commit

Permalink
Removed space after version
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureQ committed Dec 13, 2018
1 parent ef42aba commit fad25e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pkg/inst/profile/shell.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
if (nchar(sparkVer) == 0) {
cat("\n")
} else {
cat(" version ", sparkVer, "\n")
cat(" version", sparkVer, "\n")
}
cat(" /_/", "\n")
cat("\n")
Expand Down

0 comments on commit fad25e2

Please sign in to comment.