Skip to content

Commit 6764891

Browse files
committed
fix lint
1 parent cbae530 commit 6764891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline_steps/common_extraction_functions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,4 +353,4 @@ convert_or_to_beta <- function(gwas) {
353353
gwas$SE <- (log(gwas$OR_LB) - gwas$BETA) / -z_score
354354

355355
return(gwas)
356-
}
356+
}

0 commit comments

Comments
 (0)