Skip to content

Commit f183104

Browse files
committed
minor indentation change
1 parent 8e653c9 commit f183104

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

R/unit.tests.R

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
#
1515
# You should have received a copy of the GNU General Public License
1616
# along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
17-
test <- function(
18-
output=if(file.exists("/tmp")) "/tmp" else getwd(),
19-
gctorture=FALSE,
20-
gctorture.exclude="runit.Module.client.package.R") {
17+
18+
test <- function(output=if(file.exists("/tmp")) "/tmp" else getwd(),
19+
gctorture=FALSE,
20+
gctorture.exclude="runit.Module.client.package.R") {
21+
2122
if (require(RUnit)) {
2223

2324
if (gctorture) {

0 commit comments

Comments
 (0)