chore: add trailing comma
This commit is contained in:
parent
4ca2a5eee3
commit
a64492e2d8
|
|
@ -21,7 +21,7 @@ class Thread {
|
||||||
final thread = Thread(
|
final thread = Thread(
|
||||||
room: room,
|
room: room,
|
||||||
rootEvent: MatrixEvent.fromJson(json),
|
rootEvent: MatrixEvent.fromJson(json),
|
||||||
lastEvent: lastEvent
|
lastEvent: lastEvent,
|
||||||
);
|
);
|
||||||
return thread;
|
return thread;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue