1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-10-02 17:00:47 +00:00
CC-Tweaked/projects/core
Jonathan Coates ed3a17f9b9
Fix trailing-comma errors on method calls
We were only matching `f(a, ` patterns, and not `x:f(a, `. We now just
match against any usages of call_args - hadn't quite realised we could
do that!
2023-12-28 17:07:39 +00:00
..
src Fix trailing-comma errors on method calls 2023-12-28 17:07:39 +00:00
build.gradle.kts Fix a couple of future deprecations in Gradle 2023-10-19 18:28:15 +01:00