Skip to content

Commit f2d825e

Browse files
Extra spaces crept in, removed
1 parent 020432a commit f2d825e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/facet-.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Facet <- ggproto("Facet", NULL,
240240
rep(seq_len(dim[2]), each = dim[1]),
241241
rep(seq_len(dim[1]), dim[2]),
242242
sep = "-"
243-
)
243+
)
244244

245245
# Add spacing between panels
246246
spacing <- lapply(

0 commit comments

Comments
 (0)