Skip to content

Commit 86e42a1

Browse files
authored
Remove newline char from t_msg (#37)
1 parent 6305731 commit 86e42a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangobench/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def json_encode_custom(obj):
164164
'avg_base': obj.avg_base,
165165
'avg_changed': obj.avg_changed,
166166
'delta_avg': obj.delta_avg,
167-
't_msg': obj.t_msg,
167+
't_msg': obj.t_msg.strip(),
168168
'std_base': obj.std_base,
169169
'std_changed': obj.std_changed,
170170
'delta_std': obj.delta_std,

0 commit comments

Comments
 (0)