chore(sdk): Remove a useless comma.

This commit is contained in:
Ivan Enderlin
2023-03-23 13:17:54 +01:00
parent 492e08598c
commit d1616d5654

View File

@@ -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())]
);
}