mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Formatting
This commit is contained in:
parent
06ee53a7b6
commit
f09aaf59e6
1 changed files with 9 additions and 9 deletions
|
@ -2,15 +2,15 @@
|
|||
# This class tracks calls made to it.
|
||||
class SpySUT
|
||||
{% for item in [
|
||||
{"==", "eq"},
|
||||
{"!=", "ne"},
|
||||
{"<", "lt"},
|
||||
{"<=", "le"},
|
||||
{">", "gt"},
|
||||
{">=", "ge"},
|
||||
{"===", "case_eq"},
|
||||
{"=~", "match"}
|
||||
] %}
|
||||
{"==", "eq"},
|
||||
{"!=", "ne"},
|
||||
{"<", "lt"},
|
||||
{"<=", "le"},
|
||||
{">", "gt"},
|
||||
{">=", "ge"},
|
||||
{"===", "case_eq"},
|
||||
{"=~", "match"},
|
||||
] %}
|
||||
{% operator = item[0].id %}
|
||||
{% name = item[1].id %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue