Skip to content

Commit 0ced369

Browse files
[skip style] [skip vbump] Restyle files
1 parent 760a5ed commit 0ced369

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

R/extract_code_as_is_prototype.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ get_line_ids <- function(pd) {
4646
}
4747

4848
split_code <- function(code, parsed_code) {
49-
5049
pd <- utils::getParseData(parsed_code)
5150
pd <- pd[pd$token != "';'", ]
5251
lines_ids <- get_line_ids(pd)

R/utils-get_code_dependency.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ get_code_dependency <- function(code, names, check_names = TRUE) {
6767

6868
code_ids <- sort(unique(c(lib_ind, ind)))
6969
code[code_ids]
70-
#trimws(paste(as.character(code[code_ids]), comments[code_ids]))
70+
# trimws(paste(as.character(code[code_ids]), comments[code_ids]))
7171
}
7272

7373
#' Locate function call token

0 commit comments

Comments
 (0)