mattermost: cosmetic: remove stray character (#17897)

authored by

Ruslan Babayev and committed by
Franz Pletz
159412db cccdbf0b

+1 -1
+1 -1
nixos/modules/services/web-apps/mattermost.nix
··· 37 type = types.str; 38 example = "https://chat.example.com"; 39 description = '' 40 - URL this Mattermost instance is reachable under, without trailing slash." 41 ''; 42 }; 43
··· 37 type = types.str; 38 example = "https://chat.example.com"; 39 description = '' 40 + URL this Mattermost instance is reachable under, without trailing slash. 41 ''; 42 }; 43