From 659b72e04d00215e9b70baf558b3417490065ba7 Mon Sep 17 00:00:00 2001 From: dfish <9677184+itsdfish@users.noreply.github.com> Date: Sun, 14 Apr 2024 07:19:50 -0400 Subject: [PATCH] Update common.jl --- src/common.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.jl b/src/common.jl index 541ff04..5165dff 100644 --- a/src/common.jl +++ b/src/common.jl @@ -177,7 +177,7 @@ function Base.show(io::IO, ::MIME"text/plain", model::Ranks) title = model_name, compact_printing = false, header = ["Counts", "Ranks"], - row_name_alignment = :l, + row_label_alignment = :l, alignment = :l ) end