Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit c5b949d

Browse files
knahSerVB
andcommitted
Add missing trailing comma in WindowData
Co-authored-by: Sergei Bulgakov <servbul@yandex.ru>
1 parent 24feeb7 commit c5b949d

File tree

1 file changed

+1
-1
lines changed
  • projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient

1 file changed

+1
-1
lines changed

projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/WindowData.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ data class WindowData(
108108
* This is intended to help the client size rendering canvas, as `bounds` operates on "user pixels" (as opposed to hardware pixels)
109109
*/
110110
@SerialName("q")
111-
val renderingScale: Float = 1f
111+
val renderingScale: Float = 1f,
112112
)

0 commit comments

Comments
 (0)