Skip to content

Commit d8020a4

Browse files
committed
fix: invalid cpp folder path in clang-format.sh script
1 parent e6bf3cd commit d8020a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/clang-format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
CPP_DIRS=(
4-
"cpp"
4+
"package/cpp"
55
)
66

77
if which clang-format >/dev/null; then

0 commit comments

Comments
 (0)