diff --git a/pattern_matching/patternMatching.py b/pattern_matching/patternMatching.py index 149a001..c168ebd 100644 --- a/pattern_matching/patternMatching.py +++ b/pattern_matching/patternMatching.py @@ -1001,4 +1001,4 @@ class PatternMatching(object): findM(H, P, h, p, VF2_obj) - # return self.results \ No newline at end of file + return self.results \ No newline at end of file