Skip to content

Commit 9fd3ef5

Browse files
committed
cleanup
1 parent 0ec84ca commit 9fd3ef5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

R/Layout.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ LayoutSqlite <- R6::R6Class(
442442

443443

444444

445-
# LayoutPostgres ----------------------------------------------------------
445+
# +- LayoutPostgres ----------------------------------------------------------
446446

447447
#' @export
448448
LayoutPostgres <- R6::R6Class(
@@ -456,7 +456,7 @@ LayoutPostgres <- R6::R6Class(
456456
)
457457

458458

459-
# LayoutMySql ----------------------------------------------------------
459+
# +- LayoutMySql ----------------------------------------------------------
460460

461461
#' @export
462462
LayoutMySql <- R6::R6Class(
@@ -476,7 +476,7 @@ LayoutMySql <- R6::R6Class(
476476

477477

478478

479-
# LayoutDb2 ----------------------------------------------------------
479+
# +- LayoutDb2 ----------------------------------------------------------
480480

481481
#' @export
482482
LayoutDb2 <- R6::R6Class(

R/log_levels.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ error_msg_log_levels <- function(varname, log_levels){
264264

265265

266266

267+
# label/unlabel -----------------------------------------------------------
268+
267269
#' Label/Unlabel Log Levels
268270
#'
269271
#' @param levels an `integer` vector of log levels
@@ -306,8 +308,6 @@ label_levels <- function(
306308

307309

308310

309-
# label/unlabel -----------------------------------------------------------
310-
311311
#' @rdname label_levels
312312
#' @export
313313
unlabel_levels <- function(

0 commit comments

Comments
 (0)