summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDan Callahan <danc@element.io>2021-05-14 10:58:57 +0100
committerGitHub <noreply@github.com>2021-05-14 10:58:57 +0100
commitebdef256b36ec67a8aac9721eea8971dd5cf361f (patch)
treef213058ee08615c1b03acc03325476806c7e39fd /changelog.d
parentSimplify exception handling in is_ascii. (#9985) (diff)
downloadsynapse-ebdef256b36ec67a8aac9721eea8971dd5cf361f.tar.xz
Remove superfluous call to bool() (#9986)
Our strtobool already returns a bool, so no need to re-cast here

Signed-off-by: Dan Callahan <danc@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9986.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9986.misc b/changelog.d/9986.misc
new file mode 100644
index 0000000000..97bd747f26
--- /dev/null
+++ b/changelog.d/9986.misc
@@ -0,0 +1 @@
+Simplify a few helper functions.