mirror of https://github.com/Wilfred/difftastic/
Simplify Python example file
parent
d00a20366f
commit
28d7b85e6b
@ -1,7 +1,3 @@
|
||||
x = True
|
||||
y = True
|
||||
if x:
|
||||
foo()
|
||||
if y:
|
||||
bar()
|
||||
baz()
|
||||
foo
|
||||
bar
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
x = True
|
||||
y = True
|
||||
if x:
|
||||
foo()
|
||||
if y:
|
||||
bar()
|
||||
baz()
|
||||
foo
|
||||
bar
|
||||
|
||||
Loading…
Reference in New Issue