Skip to content

Commit 7826005

Browse files
committed
Move rule() before the info bullet
1 parent 55ae550 commit 7826005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/snapshot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,10 +325,10 @@ snapshot_accept_hint <- function(variant, file, reset_output = TRUE) {
325325
snapshot_not_available <- function(header, message) {
326326
local_reporter_output()
327327

328+
cat(cli::rule(header), "\n", sep = "")
328329
cli::cli_inform(c(
329330
i = "Can't save snapshot or compare to reference when testing interactively."
330331
))
331-
cat(cli::rule(header), "\n", sep = "")
332332
cat(message, "\n", sep = "")
333333
cat(cli::rule(), "\n", sep = "")
334334
}

0 commit comments

Comments
 (0)