Skip to content
Snippets Groups Projects
Commit aacbddc7 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Added missing rule message.

parent 913976a0
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,9 @@ def remove_zero(root, args):
return scope.as_nary_node()
MESSAGES[remove_zero] = _('Remove addition of zero.')
def add_numerics(root, args):
"""
2 + 3 -> 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment