From 9406e05f7ed8784e4d71a1ee634257edbb14d13b Mon Sep 17 00:00:00 2001 From: epiphyte Date: Wed, 8 Jan 2025 10:42:00 -0500 Subject: [PATCH] formatting --- changes/b4642a502f49353787b4f6632a6a6566.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/changes/b4642a502f49353787b4f6632a6a6566.yaml b/changes/b4642a502f49353787b4f6632a6a6566.yaml index 9f1d77bb44..0a2cae37b9 100644 --- a/changes/b4642a502f49353787b4f6632a6a6566.yaml +++ b/changes/b4642a502f49353787b4f6632a6a6566.yaml @@ -1,9 +1,9 @@ --- desc: Fixed an issue with the Storm loop and generator keywords, ``continue``, ``break``, - and ``stop``. Using these keywords to outside of a loop or generator function will now raise a ``StormRuntimeError`` - exception. Using these keywords to tear down the Storm runtime will now emit an - ``err`` message with the type ``StormRuntimeError`` and a message indicating the - invalid use of the keywords. + and ``stop``. Using these keywords outside of a loop or generator function will now + raise a ``StormRuntimeError`` exception. Using these keywords to tear down the Storm + runtime will now emit an ``err`` message with the type ``StormRuntimeError`` and a + message indicating the invalid use of the keywords. prs: [] type: bug ...