diff --git a/scripts/create-topic.sh b/scripts/create-topic.sh index a719147a2..206075fb8 100755 --- a/scripts/create-topic.sh +++ b/scripts/create-topic.sh @@ -53,5 +53,3 @@ for topic in "${topics[@]}"; do done echo "All topics created." - - diff --git a/scripts/mongo-init.sh b/scripts/mongo-init.sh index 01199c480..f9a86f0d2 100755 --- a/scripts/mongo-init.sh +++ b/scripts/mongo-init.sh @@ -43,6 +43,3 @@ if (createUserResult.ok == 1) { quit(1); } EOF - - -