mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 23:44:53 -04:00
chore(sdk): Remove a useless comma.
This commit is contained in:
@@ -1513,7 +1513,7 @@ mod tests {
|
||||
room6.to_owned(),
|
||||
room7.to_owned()
|
||||
]),
|
||||
[(0, room0.to_owned()), (5, room5.to_owned()), (7, room7.to_owned()),]
|
||||
[(0, room0.to_owned()), (5, room5.to_owned()), (7, room7.to_owned())]
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user