From 706bab1011d079f150d8912afd6c55691d4fc617 Mon Sep 17 00:00:00 2001 From: xiaoshen Date: Sun, 23 Jan 2022 03:27:15 -0600 Subject: [PATCH] remove ';' --- experimental/lwjgl-integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/lwjgl-integration/README.md b/experimental/lwjgl-integration/README.md index c54ae3cac8..e1af338996 100644 --- a/experimental/lwjgl-integration/README.md +++ b/experimental/lwjgl-integration/README.md @@ -31,7 +31,7 @@ val awtContainer = object : Container() {} // call it when your custom compose app changes winodw position fun onWindowUpdate(x: Int, y: Int, width: Int, height: Int) { - awtContainer.setBounds(x, y, width, height); + awtContainer.setBounds(x, y, width, height) } CompositionLocalProvider(