Skip to content

Commit c3ef9d4

Browse files
committed
llama : fix editorconfig checker error [no ci]
1 parent d6a967b commit c3ef9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-xcframework.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ combine_static_libraries() {
309309
echo "Warning: vtool not found. Binary may not pass App Store validation."
310310
fi
311311
fi
312-
312+
313313
# Same for visionOS device builds. TODO(danbev) Remove duplication.
314314
if [[ "$platform" == "visionos" && "$is_simulator" == "false" ]]; then
315315
if command -v vtool &>/dev/null; then

0 commit comments

Comments
 (0)