corrected syntax formatting of all files

This commit is contained in:
2017-10-15 11:10:52 -07:00
parent 1094bfdeae
commit f23ee96cac
3 changed files with 10 additions and 18 deletions

View File

@ -8,10 +8,8 @@ type Weapon struct {
type PaperDoll struct {
Weapon Weapon
}
var (
Broadsword = Weapon{
Name: "Broadsword",