mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 02:43:09 -06:00
linting
This commit is contained in:
parent
e1a5d973d2
commit
84f76e205f
|
|
@ -71,7 +71,7 @@ func GetJoinedRooms(
|
|||
) util.JSONResponse {
|
||||
queryReq := api.QueryRoomsForUserRequest{
|
||||
UserID: device.UserID,
|
||||
Membership:"join",
|
||||
Membership: "join",
|
||||
}
|
||||
var queryRes api.QueryRoomsForUserResponse
|
||||
if err := queryAPI.QueryRoomsForUser(req.Context(), &queryReq, &queryRes); err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue