Corrected a typo where public was used instead of private. (line 5) Since functions in Move are private by default, unless they are explicitly specify to be public.
Adjusted the spacing and formatting of function definitions to ensure consistency and improve readability.
public
was used instead ofprivate
. (line 5) Since functions in Move are private by default, unless they are explicitly specify to be public.