Skip to content

Commit

Permalink
style(autofix.ci): automated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 20, 2024
1 parent 7b60446 commit 6dc2214
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions data/json/furniture_and_terrain/furniture-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@
{ "item": "steel_chunk", "count": [ 4, 8 ] },
{ "item": "steel_lump", "count": [ 2, 4 ] },
{ "item": "glass_shard", "count": [ 2, 4 ] },
{ "item": "e_scrap","count": [ 0, 6 ] },
{ "item": "e_scrap", "count": [ 0, 6 ] },
{ "item": "power_supply", "count": [ 0, 2 ] },
{ "item": "laser_source", "prob": 50 },
{ "item": "supercapacitor", "prob": 50 },
Expand All @@ -960,16 +960,16 @@
{ "item": "processor" },
{ "item": "RAM" },
{ "item": "circuit" },
{ "item": "amplifier","count": 4 },
{ "item": "e_scrap","count": 4 },
{ "item": "amplifier", "count": 4 },
{ "item": "e_scrap", "count": 4 },
{ "item": "small_lcd_screen" },
{ "item": "power_supply", "count": 4 },
{ "item": "motor_small", "count": 2 },
{ "item": "motor_micro" },
{ "item": "laser_source" },
{ "item": "supercapacitor", "count": 3 },
{ "item": "lens" },
{ "item": "lens_small","count": 2 }
{ "item": "lens_small", "count": 2 }
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@
[ "screwdriver", 60 ],
[ "motor_small", 30 ],
[ "laser_source", 10 ],
[ "supercapacitor", 20]
[ "supercapacitor", 20 ]
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/json/itemgroups/electronics.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
[ "l-stick", 1 ],
[ "solarpack", 10 ],
[ "laser_source", 5 ],
[ "supercapacitor", 10]
[ "supercapacitor", 10 ]
]
},
{
Expand Down

0 comments on commit 6dc2214

Please sign in to comment.