Skip to content

Commit 072bb50

Browse files
committed
style: whitespace
1 parent 025eab9 commit 072bb50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/call_rainbow.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ extract_rb_data <- function(xx, format_out = "matrix",
9898
colnames(data) <- xx$ylabels
9999
if (data_format == "long"){
100100
names_to <- switch(xx$detector, "MS" = "mz",
101-
"UV" = "lambda",
102-
"lambda")
101+
"UV" = "lambda",
102+
"lambda")
103103
data <- reshape_chrom(data, data_format = "long", names_to = names_to)
104104
}
105105
if (format_out == "data.frame"){

0 commit comments

Comments
 (0)