Skip to content

Commit e3a9843

Browse files
author
Meph
committed
taked out the extra space
1 parent f1fbcd1 commit e3a9843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
}
1717
collection_of_coins = {1, 2, 25}
1818

19-
mutable = [my_favourite_films , marks , collection_of_coins]
19+
mutable = [my_favourite_films , marks , collection_of_coins]
2020
immutable = [lucky_number , pi , one_is_a_prime_number , profile_info , name]
2121
sorted_variables = {"mutable" : mutable , "immutable" : immutable}

0 commit comments

Comments
 (0)