Skip to content

Commit e06aaa7

Browse files
authored
remove spaces
1 parent 9e635d6 commit e06aaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frollapply.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ SEXP setgrowable(SEXP x) {
9292
SET_VECTOR_ELT(x, i, make_growable(this));
9393
}
9494
// # nocov end
95-
return x;
95+
return x;
9696
}
9797
}

0 commit comments

Comments
 (0)