aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/algorithm/trailing.py
blob: 9a753ae33920b0bd5f0732cce606afc30e7f1269 (plain) (blame)
1
2
3
4
5
6
class x: # Ignore comment

class y: 
    def z(): # Ignore comment

class t: