diff --git a/R/utils.R b/R/utils.R index 7c784b7a..035449a4 100644 --- a/R/utils.R +++ b/R/utils.R @@ -9,4 +9,4 @@ has_row_names <- function(x) { } else { !is.null(dimnames(x)[[1]]) } -} \ No newline at end of file +}