From 6a3275d0443d9c6facf0869d5b89f2152a08aa08 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 21 Aug 2022 02:28:45 +0200 Subject: [PATCH] `roll`: Add newline at end of file (?) --- royalpack/commands/roll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalpack/commands/roll.py b/royalpack/commands/roll.py index 975e61ba..8400e457 100644 --- a/royalpack/commands/roll.py +++ b/royalpack/commands/roll.py @@ -88,4 +88,4 @@ async def roll(*, _msg: engi.Message, qty: t.Optional[int], die: int, mod: t.Opt __all__ = ( "roll", -) \ No newline at end of file +)