Skip to content

Commit fc0065a

Browse files
committed
Tidying up startup message
1 parent 5d74314 commit fc0065a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function(libname, pkgname) {
4949
"\U1F4A1 Tip: ", magenta(bold("> help(package=\"SGP\")")), "\n",
5050
"\U1F310 Docs: ", magenta(bold("https://sgp.io")), "\n",
5151
strrep("\u2501", 40), "\n",
52-
"\u2728 Happy SGPing!")
52+
"\u2728 Happy SGPing!", "\n")
5353

5454
# Display the startup message
5555
packageStartupMessage(message_text)

0 commit comments

Comments
 (0)