Skip to content

Commit e875787

Browse files
committed
missing newline
1 parent 9c851b7 commit e875787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yaramo/utils/enum_encoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ class EnumEncoder(json.JSONEncoder):
66
def default(self, o):
77
if isinstance(o, Enum):
88
return o.name
9-
return super().default(o)
9+
return super().default(o)

0 commit comments

Comments
 (0)