Skip to content

Commit af4abb5

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 0a89016 + 0ff81cb commit af4abb5

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)