Skip to content

Commit

Permalink
Removed extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
ayaan-qadri committed Oct 5, 2024
1 parent de12b6e commit 25d76f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ def get_highlighter(language):
try:
lexer = get_lexer_by_name(language, startinline=True)
except ClassNotFound:

lexer = get_lexer_by_name(SIMILAR_LEXERS.get(language, "text"), startinline=True)
return lexer

Expand Down

0 comments on commit 25d76f7

Please sign in to comment.