From f0e016bb22b784437ada143b578e36561ad8f5a0 Mon Sep 17 00:00:00 2001 From: Karol Konkol Date: Thu, 7 Nov 2024 17:07:53 +0100 Subject: [PATCH] Add end line in compile_proto.sh --- fishjam_protos/compile_proto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fishjam_protos/compile_proto.sh b/fishjam_protos/compile_proto.sh index 0ceed04..b4b5e1c 100755 --- a/fishjam_protos/compile_proto.sh +++ b/fishjam_protos/compile_proto.sh @@ -16,4 +16,4 @@ for file in $files; do protoc --elixir_out=./fishjam_protos/lib $file printf "DONE\n" count=$(($count + 1)) -done \ No newline at end of file +done