mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
line separators normalized
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class A():
|
||||
def m(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
class B(A):
|
||||
pass
|
||||
class A():
|
||||
def m(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
class B(A):
|
||||
pass
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
class A():
|
||||
def m(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
class B(A):
|
||||
def m(self, *args, **kwargs):
|
||||
<selection>super().m(*args, **kwargs)</selection>
|
||||
class A():
|
||||
def m(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
class B(A):
|
||||
def m(self, *args, **kwargs):
|
||||
<selection>super().m(*args, **kwargs)</selection>
|
||||
|
||||
Reference in New Issue
Block a user