aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hrc/rule
diff options
context:
space:
mode:
Diffstat (limited to 'hrc/rule')
-rw-r--r--hrc/rule/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hrc/rule/__init__.py b/hrc/rule/__init__.py
index 66ad686..8923f9e 100644
--- a/hrc/rule/__init__.py
+++ b/hrc/rule/__init__.py
@@ -162,4 +162,4 @@ class Rule(ABC, Generic[EventT, StateT, ConfigT]):
func._ignore_case = ignore_case
return func
- return decorator
+ return decorator \ No newline at end of file