alexkueck commited on
Commit
5a62a33
1 Parent(s): d82c196

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
utils.py CHANGED
@@ -115,6 +115,7 @@ def detect_converted_mark(userinput):
115
 
116
 
117
 
 
118
  def detect_language(code):
119
  if code.startswith("\n"):
120
  first_line = ""
 
115
 
116
 
117
 
118
+
119
  def detect_language(code):
120
  if code.startswith("\n"):
121
  first_line = ""