Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Mar 14, 2020
1 parent 59e3721 commit 7673da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R-package/src/install.libs.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ if (file.exists(src)) {
}

# clean up the "build" directory
if (dir.exists(build_dir)){
if (dir.exists(build_dir)) {
print("Removing 'build/' directory")
unlink(
x = file.path(R_PACKAGE_SOURCE, "src", "build")
Expand Down

0 comments on commit 7673da5

Please sign in to comment.