lint remove whitespaces.

This commit is contained in:
Miroslav Šedivý 2021-02-02 18:28:32 +01:00
parent e152ee295b
commit 91f1727723
12 changed files with 12 additions and 12 deletions

View file

@ -61,7 +61,7 @@ func (h *RoomHandler) screenConfigurationChange(w http.ResponseWriter, r *http.R
func (h *RoomHandler) screenConfigurationsList(w http.ResponseWriter, r *http.Request) {
list := []ScreenConfigurationPayload{}
ScreenConfigurations := h.desktop.ScreenConfigurations()
for _, size := range ScreenConfigurations {
for _, fps := range size.Rates {