Skip to content

Commit 6f72a2c

Browse files
author
Pim De Witte
committed
Fixes ugly indention
1 parent 3c83713 commit 6f72a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ No dependencies needed other than Unity. This script was created in Unity 5.3, a
1212
3. You can now dispatch objects to the main thread in Unity.
1313
###Usage
1414
```C#
15-
public IEnumerator ThisWillBeExecutedOnTheMainThread() {
15+
public IEnumerator ThisWillBeExecutedOnTheMainThread() {
1616
Debug.Log ("This is executed from the main thread");
1717
yield return null;
1818
}

0 commit comments

Comments
 (0)