Skip to content

Commit b7b97dc

Browse files
committed
align
1 parent 2805653 commit b7b97dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/analyze.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ set_sign <- function(x) {
108108
}
109109

110110
confint_relative_get <- function(timings, refs, reference, ci) {
111-
no_change <- ":ballot_box_with_check:"
111+
no_change <- "&nbsp;&nbsp;:ballot_box_with_check:"
112112
slower <- ":exclamation::snail:"
113-
faster <- ":rocket:"
113+
faster <- "&nbsp;&nbsp;:rocket:"
114114

115115
timings_with_factors <- timings %>%
116116
dplyr::mutate(

0 commit comments

Comments
 (0)