Remove redundant match_indent
This commit is contained in:
parent
be9cad765d
commit
4f16d6e402
2 changed files with 1 additions and 2 deletions
|
|
@ -158,7 +158,6 @@ target = "functions/state_events.lua"
|
||||||
pattern = '''hand_chips\*mult\)'''
|
pattern = '''hand_chips\*mult\)'''
|
||||||
position = "at"
|
position = "at"
|
||||||
payload = "Jane.get_chipmult_sum(hand_chips, mult))"
|
payload = "Jane.get_chipmult_sum(hand_chips, mult))"
|
||||||
match_indent = true
|
|
||||||
|
|
||||||
[[patches]]
|
[[patches]]
|
||||||
[patches.pattern]
|
[patches.pattern]
|
||||||
|
|
|
||||||
|
|
@ -18,5 +18,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.11.8"
|
"version": "1.11.9"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue