Skip to content

Commit bba3567

Browse files
chore(internal): codegen related update
1 parent 54c20de commit bba3567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fast-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ echo "==> Found $(echo "$kt_files" | wc -l) Kotlin files:"
2929

3030
if [[ -n "$kt_files" ]]; then
3131
echo "==> will format Kotlin files"
32-
echo "$kt_files" | tr '\n' '\0' | xargs -0 ktfmt --kotlinlang-style "$@"
32+
echo "$kt_files" | tr '\n' '\0' | xargs -0 ktfmt-fast-format --kotlinlang-style "$@"
3333
else
3434
echo "No Kotlin files to format -- expected outcome during incremental formatting"
3535
fi

0 commit comments

Comments
 (0)