summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-07-01 16:41:19 +0100
committerGitHub <noreply@github.com>2020-07-01 16:41:19 +0100
commite8665123679fdd01294cea097636a15e59312a12 (patch)
tree746e4e2526341e1d8b06c18fd0ce8d00ccecb3fc /changelog.d
parentUse symbolic names for replication stream names (#7768) (diff)
downloadsynapse-e8665123679fdd01294cea097636a15e59312a12.tar.xz
Add early returns to `_check_for_soft_fail` (#7769)
my editor was complaining about unset variables, so let's add some early
returns to fix that and reduce indentation/cognitive load.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7769.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7769.misc b/changelog.d/7769.misc
new file mode 100644
index 0000000000..2e200286ce
--- /dev/null
+++ b/changelog.d/7769.misc
@@ -0,0 +1 @@
+Add early returns to `_check_for_soft_fail`.