Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Mar 14, 2020
1 parent 5968c74 commit 1b41a35
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 @@ -161,7 +161,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 1b41a35

Please sign in to comment.