mirror of
https://github.com/joshuadavidthomas/django-template-ast.git
synced 2025-08-04 17:08:00 +00:00
remove star slash
This commit is contained in:
parent
7f489b04d6
commit
8136fce888
1 changed files with 0 additions and 2 deletions
|
@ -161,8 +161,6 @@ impl TokenType {
|
|||
Self::DoubleSlash
|
||||
} else if s.starts_with("/*") {
|
||||
Self::SlashStar
|
||||
} else if s.starts_with("*/") {
|
||||
Self::StarSlash
|
||||
} else {
|
||||
Self::Slash
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue