From c968f22f7dda90dc9c4256effc30de99fc7f58a4 Mon Sep 17 00:00:00 2001 From: Modelmat Date: Mon, 3 Dec 2018 16:49:33 +1100 Subject: Makes generating `...:` indents faster Uses `rjust` instead of an fstring: --- bot/cogs/eval.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/cogs/eval.py b/bot/cogs/eval.py index 651aa048b..9e09b3aa0 100644 --- a/bot/cogs/eval.py +++ b/bot/cogs/eval.py @@ -66,9 +66,9 @@ class CodeEval: # far enough to align them. # we first `str()` the line number # then we get the length - # and do a simple {: