mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
wrap very long line
This commit is contained in:
parent
274d910800
commit
8aa17fc71c
1 changed files with 6 additions and 1 deletions
|
|
@ -297,7 +297,12 @@ impl Service {
|
|||
|
||||
if !s.supported_room_versions().contains(&s.config.default_room_version)
|
||||
{
|
||||
error!(config=?s.config.default_room_version, fallback=?crate::config::default_default_room_version(), "Room version in config isn't supported, falling back to default version");
|
||||
error!(
|
||||
config=?s.config.default_room_version,
|
||||
fallback=?crate::config::default_default_room_version(),
|
||||
"Room version in config isn't supported, falling back to \
|
||||
default version",
|
||||
);
|
||||
s.config.default_room_version =
|
||||
crate::config::default_default_room_version();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue