Skip to content

Commit

Permalink
fix wrong parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
mihem committed Feb 2, 2025
1 parent 050afda commit 5ff3fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/rix_init.R
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ nix_rprofile <- function() {
message("No .vscode-R/init.R file found. If you want to use VSCode-R, you need to source it in your .Rprofile or start vscode from within nix-shell")
}
}
rm(is_rstudio, is_nix_r, is_code, is_positron)
# nolint end: object_name
})
rm(is_rstudio, is_nix_r, is_code, is_positron)
# nolint end: object_name
}

0 comments on commit 5ff3fed

Please sign in to comment.