Skip to content

Commit 387d0a3

Browse files
committed
Replaced tabs with spaces
1 parent 68f55a4 commit 387d0a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ public class Chat : NetworkedBehaviour
7979

8080
private string textField = "";
8181

82-
private void OnGUI()
82+
private void OnGUI()
8383
{
84-
if (isClient)
84+
if (isClient)
8585
{
8686
textField = GUILayout.TextField(textField, GUILayout.Width(200));
8787
if (GUILayout.Button("Send") && !string.IsNullOrWhiteSpace(textField))
@@ -95,6 +95,6 @@ public class Chat : NetworkedBehaviour
9595
GUILayout.Label(ChatMessages[i]);
9696
}
9797
}
98-
}
98+
}
9999
}
100100
```

0 commit comments

Comments
 (0)