From c89684d703e551e669ff660837123d2774ad43c7 Mon Sep 17 00:00:00 2001
From: "Robin.Mueller" <robin.mueller.m@gmail.com>
Date: Mon, 6 Jul 2020 23:08:55 +0200
Subject: [PATCH] additional newline

---
 obsw_user_code.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/obsw_user_code.py b/obsw_user_code.py
index 332db1f..48bc76a 100644
--- a/obsw_user_code.py
+++ b/obsw_user_code.py
@@ -18,6 +18,7 @@ def command_preparation_hook() -> Tuple[bytearray, Union[None, PusTcInfo]]:
     frame, frame_size, num_packets = pack_tc_frame(tc_list, 256)
     return frame, None
 
+
 def global_setup_hook():
     """
     Can be used to alter the global variables in a custom defined way.
-- 
GitLab