minimal: fix format

This commit is contained in:
Zaoqi 2019-07-20 21:49:50 +08:00 committed by GitHub
parent 9e00584730
commit e5b4701e01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ local function run_hpchangereason_tests(player)
assert(expect == nil)
expect = { a = 234, type = "set_hp", from = "mod" }
player:set_hp(7, { a= 234 })
player:set_hp(7, { a = 234 })
assert(expect == nil)
expect = { df = 3458973454, type = "fall", from = "mod" }