mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-31 18:07:05 +02:00
lint remove whitespaces.
This commit is contained in:
parent
e152ee295b
commit
91f1727723
12 changed files with 12 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue