diff --git a/jenkinsfiles/example b/jenkinsfiles/example index 3c673dbe5..616c16b2c 100644 --- a/jenkinsfiles/example +++ b/jenkinsfiles/example @@ -89,4 +89,6 @@ pipeline { steps { sh 'docker rm -f petclinic-tomcat-temp || true' } - } \ No newline at end of file + } + } +} \ No newline at end of file