Skip to content

Commit b049018

Browse files
committed
Resolve conflict
Merge branch 'Add_position_nudgestack' of https://github.com/ThomasKnecht/ggplot2 into Add_position_nudgestack # Conflicts: # R/position-nudgestack.R
2 parents e1846bc + ccf0ee5 commit b049018

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/position-nudgestack.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ position_nudgestack <- function(x = 0, y = 0, vjust = 1, reverse = FALSE) {
3939
PositionNudgeStack <- ggproto("PositionNudgeStack", Position,
4040
x = 0,
4141
y = 0,
42-
type = NULL,
4342
vjust = 1,
4443
fill = FALSE,
4544
reverse = FALSE,

0 commit comments

Comments
 (0)