Commit e9bff52f authored by Michal Čihař's avatar Michal Čihař

Another unicode char to strip

parent 631828e5
...@@ -296,7 +296,7 @@ class SameCheck(TargetCheck): ...@@ -296,7 +296,7 @@ class SameCheck(TargetCheck):
# Cleanup trailing/leading chars # Cleanup trailing/leading chars
stripped = stripped.strip( stripped = stripped.strip(
u' ,./<>?;\'\\:"|[]{}`~!@#$%^&*()-=_+0123456789\n\r✓' u' ,./<>?;\'\\:"|[]{}`~!@#$%^&*()-=_+0123456789\n\r'
) )
return stripped return stripped
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment