Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpenler committed Jun 23, 2021
1 parent bf259b2 commit 6016d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientapi/routing/membership.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func SendBan(

plEvent := roomserverAPI.GetStateEvent(req.Context(), rsAPI, roomID, gomatrixserverlib.StateKeyTuple{
EventType: gomatrixserverlib.MRoomPowerLevels,
StateKey: "",
StateKey: "",
})
if plEvent == nil {
return util.JSONResponse{
Expand Down

0 comments on commit 6016d0a

Please sign in to comment.