dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/41811?usp=email )
Change subject: runtime/cosmetic: add line break ...................................................................... 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 --- M pySim/runtime.py 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/11/41811/1 diff --git a/pySim/runtime.py b/pySim/runtime.py index 35452a0..19d3538 100644 --- a/pySim/runtime.py +++ b/pySim/runtime.py @@ -1,4 +1,5 @@ # coding=utf-8 + """Representation of the runtime state of an application like pySim-shell. """ -- To view, visit https://gerrit.osmocom.org/c/pysim/+/41811?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: pysim Gerrit-Branch: master Gerrit-Change-Id: Ied6b77eede748f1ddf6fde17c9b434fa4dd1114a Gerrit-Change-Number: 41811 Gerrit-PatchSet: 1 Gerrit-Owner: dexter <[email protected]>
