We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320c3f8 commit 08026f8Copy full SHA for 08026f8
1 file changed
kafka/check-local-schemas.sh
@@ -95,6 +95,8 @@ run_schema_generator_code() {
95
sbt_command+="runMain kp_pre_commit_hooks.generateSchemaFile ${target_schema_file}"
96
97
sbt -batch -error "${sbt_command}"
98
+ # Add a last linefeed to make pre-commit end-of-line fixer happy
99
+ echo >> "${target_schema_file}"
100
}
101
102
#####################################################################
0 commit comments