Skip to content

Commit f130917

Browse files
[skip style] [skip vbump] Restyle files
1 parent b97cef2 commit f130917

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

R/utils.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,12 +430,10 @@ normalize_decorators <- function(decorators) {
430430
}
431431

432432
# Flatten the structure
433-
lapply(named_list, function(item){
433+
lapply(named_list, function(item) {
434434
lapply(unlist(item), list)
435435
})
436436
} else {
437437
decorators
438438
}
439439
}
440-
441-

0 commit comments

Comments
 (0)