Tabs vs Spaces

Signed-off-by: Etzelia <etzelia@hotmail.com>
model_post
Etzelia 2019-10-02 15:03:44 -05:00
parent b95011c6fa
commit bfe77e9da6
No known key found for this signature in database
GPG Key ID: 3CAEB74806C4ADE5
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ func main() {
}
for _, player := range players {
fmt.Printf("%#v\n", player)
}
fmt.Printf("%#v\n", player)
}
}
```