Fix some formatting

This commit is contained in:
Bryan Ashby 2018-04-29 09:13:16 -06:00
parent 73e3e0f0c9
commit a13a0762a0
1 changed files with 5 additions and 5 deletions

View File

@ -55,15 +55,15 @@ fileBase: {
storageTags: { storageTags: {
retro_pc: "retro_pc" retro_pc: "retro_pc"
retro_pc_bbs: "retro_pc/bbs" retro_pc_bbs: "retro_pc/bbs"
} }
areas: { areas: {
retro_pc: { retro_pc: {
name: Retro PC name: Retro PC
desc: Oldschool PC/DOS desc: Oldschool PC/DOS
storageTags: [ "retro_pc", "retro_pc_bbs" ] storageTags: [ "retro_pc", "retro_pc_bbs" ]
} }
} }
} }
``` ```