chore: fix end of files & trailing whitespace

This commit is contained in:
Jade Ellis
2025-06-21 17:59:01 +01:00
parent 93719018a8
commit 46c193e74b
10 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ appropriately to use Continuwuity instead of Conduit.
Due to the lack of a Continuwuity NixOS module, when using the `services.matrix-conduit` module
a workaround like the one below is necessary to use UNIX sockets. This is because the UNIX
socket option does not exist in Conduit, and the module forcibly sets the `address` and
socket option does not exist in Conduit, and the module forcibly sets the `address` and
`port` config options.
```nix