0
0
Fork 0

Remove extra whitespace

This commit is contained in:
Oliver-Akins 2021-03-20 16:42:05 -06:00
parent 40e0f98954
commit 59f7ed309d

View file

@ -27,7 +27,7 @@ export class Player {
/** /**
* Converts JSON-compatible player data into a Player object. * Converts JSON-compatible player data into a Player object.
* *
* @param data The player data to convert * @param data The player data to convert
*/ */
public static fromJSON(data: datastorePlayer): Player { public static fromJSON(data: datastorePlayer): Player {