Skip to content

Commit f75a3bc

Browse files
committed
Fix formatting (with black) Fixes: TheAlgorithms#3847
1 parent 647f8f0 commit f75a3bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

strings/swap_case.py

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
1313
"""
1414

15+
1516
def swap_case(sentence):
1617
"""
1718
This function will convert all lowercase letters to uppercase letters

0 commit comments

Comments
 (0)