Essentially, these reformats should be done for consistency and readability: ``` x. -> x.0 .x -> 0.x ``` So `1.` would become `1.0` and `.1` would become `0.1`.