Skip to content

Commit

Permalink
Add a missing whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Löffler <[email protected]>
  • Loading branch information
maxloeffler committed May 27, 2024
1 parent 210f292 commit 06d4d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util-split.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ split.data.time.based = function(project.data, time.period = "3 months", bins =

# ensure 'split.basis' defaults to 'commits' if not defined
# and allow it to contain multiple data sources if explicitly wanted
if(!hasArg("split.basis")) {
if (!hasArg("split.basis")) {
split.basis = match.arg.or.default(split.basis, several.ok = FALSE, default = "commits")
} else {
split.basis = match.arg.or.default(split.basis, several.ok = TRUE)
Expand Down

0 comments on commit 06d4d6a

Please sign in to comment.