Skip to content

Commit 503cb29

Browse files
committed
[GitHub Actions] Style code
1 parent c152ea6 commit 503cb29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/util-convert_otn_to_att.r

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,5 +322,6 @@ convert_sex <- function(sex) {
322322
data.table::fcase(
323323
grepl("^f$|^female$", sex, ignore.case = TRUE), "FEMALE",
324324
grepl("^m$|^male$", sex, ignore.case = TRUE), "MALE",
325-
default = as.character(sex))
325+
default = as.character(sex)
326+
)
326327
}

0 commit comments

Comments
 (0)