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.
|
# This class tracks calls made to it.
|
||||||
class SpySUT
|
class SpySUT
|
||||||
{% for item in [
|
{% for item in [
|
||||||
{"==", "eq"},
|
{"==", "eq"},
|
||||||
{"!=", "ne"},
|
{"!=", "ne"},
|
||||||
{"<", "lt"},
|
{"<", "lt"},
|
||||||
{"<=", "le"},
|
{"<=", "le"},
|
||||||
{">", "gt"},
|
{">", "gt"},
|
||||||
{">=", "ge"},
|
{">=", "ge"},
|
||||||
{"===", "case_eq"},
|
{"===", "case_eq"},
|
||||||
{"=~", "match"}
|
{"=~", "match"},
|
||||||
] %}
|
] %}
|
||||||
{% operator = item[0].id %}
|
{% operator = item[0].id %}
|
||||||
{% name = item[1].id %}
|
{% name = item[1].id %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue