Skip to content

Commit e33c36a

Browse files
committed
Improve code style in README
1 parent 0fbbd36 commit e33c36a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@ IEnumerator MyCoroutine() {
317317
Co.Coroutine(MoveTo(GetLocalMousePosition(), 2)),
318318
// Also play the GUI animation while the game is paused.
319319
Co.Coroutine(PlayGuiMoveAnimation(), runMode: CoRunMode.Always)
320-
);}
320+
);
321+
}
321322

322323
IEnumerator PlayGuiMoveAnimation() {
323324
// ...

0 commit comments

Comments
 (0)