Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Mar 24, 2020
1 parent ef5d6dc commit 86f271d
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 @@ -174,7 +174,7 @@ if (file.exists(src)) {
file.copy(src, dest, overwrite = TRUE)

symbols_file <- file.path(R_PACKAGE_SOURCE, "src", "symbols.rds")
if (file.exists(symbols_file)){
if (file.exists(symbols_file)) {
file.copy(symbols_file, dest, overwrite = TRUE)
}

Expand Down

0 comments on commit 86f271d

Please sign in to comment.