runtime/cosmetic: add line break

The other source files have a line break between the character encoding
qualifier line and the python comment. Let's add a line break here
as well to maintain consistency.

Change-Id: Ied6b77eede748f1ddf6fde17c9b434fa4dd1114a
This commit is contained in:
Philipp Maier
2026-01-06 15:03:53 +01:00
parent eda6182edd
commit eb7c5d85d0

View File

@@ -1,4 +1,5 @@
# coding=utf-8 # coding=utf-8
"""Representation of the runtime state of an application like pySim-shell. """Representation of the runtime state of an application like pySim-shell.
""" """