From 3516f370c491067f05996bf73fe094f187ce078c Mon Sep 17 00:00:00 2001 From: Tony Meyer Date: Wed, 11 Oct 2023 12:07:30 +1300 Subject: [PATCH] Remove whitespace. --- ops/testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/testing.py b/ops/testing.py index e853d6cd5..a35497f77 100755 --- a/ops/testing.py +++ b/ops/testing.py @@ -1884,7 +1884,7 @@ class _Secret: class RebootingMachineError(Exception): """Raised when the machine would reboot. - + When :meth:`Unit.reboot` is called with ``now=True`` in a machine charm, the unit's machine is rebooted, interrupting the execution of the event hook. To simulate that when using the testing harness, write a test that expects a