diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-07-01 16:41:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 16:41:19 +0100 |
commit | e8665123679fdd01294cea097636a15e59312a12 (patch) | |
tree | 746e4e2526341e1d8b06c18fd0ce8d00ccecb3fc /changelog.d | |
parent | Use symbolic names for replication stream names (#7768) (diff) | |
download | synapse-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.misc | 1 |
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`. |