diff options
author | devonh <devon.dmytro@gmail.com> | 2024-05-08 14:57:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 14:57:32 +0000 |
commit | 393429d6928ce5cef6ced647567b7ec899d69ecc (patch) | |
tree | 79be7c0918d5272296b4046f8549228837ecebba /changelog.d | |
parent | Optional whitespace support in Authorization (#1350) (#17145) (diff) | |
download | synapse-393429d6928ce5cef6ced647567b7ec899d69ecc.tar.xz |
Fix undiscovered linter errors (#17166)
Linter errors are showing up in #17147 that are unrelated to that PR. The errors do not currently show up on develop. This PR aims to resolve the linter errors separately from #17147.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17166.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17166.misc b/changelog.d/17166.misc new file mode 100644 index 0000000000..22c1f9922d --- /dev/null +++ b/changelog.d/17166.misc @@ -0,0 +1 @@ +Fixes linter errors found in PR #17147. |