aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-14 16:52:57 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-14 17:05:21 +0100
commitd56e777025f3bda29feaec22c125b0e7ab975e0c (patch)
tree19295b051c9e32c17e32a4954fc0cdca3d4e0be5 /Makefile
parent0b90075f76b6f2df77c01c303322323b1395641a (diff)
Format, make map equatable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 14a2e2c..f962113 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ benchmark:
swift package benchmark --target ParseBenchmarkTarget
format:
+ swift-format --in-place --recursive Sources Tests
swiftlint --fix Sources Tests
lint: