summaryrefslogtreecommitdiff
path: root/ExporterTest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ExporterTest/Makefile')
-rw-r--r--ExporterTest/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ExporterTest/Makefile b/ExporterTest/Makefile
index 42033b7..98e0475 100644
--- a/ExporterTest/Makefile
+++ b/ExporterTest/Makefile
@@ -17,7 +17,7 @@ clean:
rm -rf build $(LIB)
format:
- clang-format-11 -i $(CPP_FILES) $(H_FILES)
+ clang-format-14 -i $(CPP_FILES) $(H_FILES)
.PHONY: all clean format