shenchucheng commited on
Commit
b1bb8f0
1 Parent(s): bb504e5

add new line after stream json

Browse files
Files changed (1) hide show
  1. software_company.py +1 -1
software_company.py CHANGED
@@ -156,7 +156,7 @@ class SoftwareCompany(Role):
156
  self.active_role.publish_message(output)
157
 
158
  if insert_code:
159
- default_log_stream("```")
160
 
161
  cause_by = output.cause_by
162
 
 
156
  self.active_role.publish_message(output)
157
 
158
  if insert_code:
159
+ default_log_stream("\n```\n")
160
 
161
  cause_by = output.cause_by
162