diff --git a/scripts/run.sh b/scripts/run.sh
index 6b02e22..b3759ee 100644
--- a/scripts/run.sh
+++ b/scripts/run.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
+
 set -Eeuo pipefail
 trap cleanup SIGINT SIGTERM ERR EXIT