generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(code-highlighting): simplify null checks and return statements
The changes streamline the logic in `CodeBlockHighlightingFilter` and `CodeBlockHighlightErrorFilter` by reducing the number of lines and simplifying the null checks. This results in more concise code that improves readability and maintainability. Specifically, the null checks and early returns have been optimized for better efficiency.
- Loading branch information
Showing
2 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters