mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 19:56:14 +02:00
[Astronomer's Way] Fix missing whitespace and style
This commit is contained in:
parent
30077d63c5
commit
8484726595
1 changed files with 1 additions and 1 deletions
|
@ -637,7 +637,7 @@ def heat_death():
|
||||||
def increase_entropy():
|
def increase_entropy():
|
||||||
return randbits(64)
|
return randbits(64)
|
||||||
|
|
||||||
while heat_death()==False:
|
while not heat_death():
|
||||||
increase_entropy();
|
increase_entropy();
|
||||||
|
|
||||||
print('The universe is dead, VIM no longer exists');
|
print('The universe is dead, VIM no longer exists');
|
||||||
|
|
Loading…
Add table
Reference in a new issue