Skip to content

Commit

Permalink
Remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
damianooldoni committed Nov 14, 2024
1 parent c0949c8 commit d610fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/indicator_introduction_year.R
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ indicator_introduction_year <- function(df,
),
minor_breaks = nice_seq(
start_year = start_year_plot,
end_year = maxDate,
end_year = maxDate,
step_size = x_minor_scale_stepsize
)
) +
Expand Down

0 comments on commit d610fe7

Please sign in to comment.