aboutsummaryrefslogtreecommitdiff
path: root/decode/packet.py
diff options
context:
space:
mode:
Diffstat (limited to 'decode/packet.py')
-rw-r--r--decode/packet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decode/packet.py b/decode/packet.py
index e28b62fb..97daee1e 100644
--- a/decode/packet.py
+++ b/decode/packet.py
@@ -109,7 +109,7 @@ class Packet:
def add_line(self, line):
line = line.strip()
if not len(line):
- return
+ return
self.lines.append(line)
if line[0] == '[':