Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Nov 12, 2023
1 parent 427ed3b commit f22f714
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions not1mm/plugins/general_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,9 @@ def adif(self):

try:
print(
f"<MODE:{len(themode)}>{themode}", end="\r\n", file=file_descriptor
f"<MODE:{len(themode)}>{themode}",
end="\r\n",
file=file_descriptor,
)
except TypeError:
...
Expand Down Expand Up @@ -274,7 +276,7 @@ def adif(self):
file=file_descriptor,
)
except TypeError:
...
...

print("<EOR>", end="\r\n", file=file_descriptor)
print("", end="\r\n", file=file_descriptor)
Expand Down

0 comments on commit f22f714

Please sign in to comment.