Skip to content

Commit d993f04

Browse files
committed
Remove non-ASCII whitespace character
1 parent c8edab2 commit d993f04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/guide-colorbar.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
#' scale_size(guide = guide_legend(direction = "vertical"))
9191
guide_colourbar <- function(
9292

93-
# title
93+
# title
9494
title = waiver(),
9595
title.position = NULL,
9696
title.theme = NULL,

R/guide-legend.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
#' }
121121
guide_legend <- function(
122122

123-
# title
123+
# title
124124
title = waiver(),
125125
title.position = NULL,
126126
title.theme = NULL,

0 commit comments

Comments
 (0)