Skip to content

Commit 08026f8

Browse files
committed
fix: add missing end of line in schema files
1 parent 320c3f8 commit 08026f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

kafka/check-local-schemas.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ run_schema_generator_code() {
9595
sbt_command+="runMain kp_pre_commit_hooks.generateSchemaFile ${target_schema_file}"
9696

9797
sbt -batch -error "${sbt_command}"
98+
# Add a last linefeed to make pre-commit end-of-line fixer happy
99+
echo >> "${target_schema_file}"
98100
}
99101

100102
#####################################################################

0 commit comments

Comments
 (0)