From e1282e6fdbe0809602a34b096d9448dee99bd374 Mon Sep 17 00:00:00 2001 From: vgcman16 <155417613+vgcman16@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:38:21 -0500 Subject: [PATCH] fix: ensure newline at EOF in bindings script --- bindings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings.sh b/bindings.sh index f4a67325..873ca923 100755 --- a/bindings.sh +++ b/bindings.sh @@ -30,4 +30,4 @@ fi bindings=$(echo $bindings | sed 's/[[:space:]]*$//') -echo $bindings \ No newline at end of file +echo $bindings