diff --git a/src/_zkapauthorizer/_storage_client.py b/src/_zkapauthorizer/_storage_client.py
index e4c8e598a01d050e1c36ad93ba8f9bd54c240b71..bcc46d72a58ba9d0c7713788f424c1706489e16f 100644
--- a/src/_zkapauthorizer/_storage_client.py
+++ b/src/_zkapauthorizer/_storage_client.py
@@ -185,8 +185,8 @@ def call_with_passes_with_manual_spend(method, num_passes, get_passes, on_succes
             pass_group.reset()
             raise
 
-        # Give the operation's result to the caller.
-        returnValue(result)
+    # Give the operation's result to the caller.
+    returnValue(result)
 
 
 def call_with_passes(method, num_passes, get_passes):