mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Fixed whitespace for PEP8.
This commit is contained in:
parent
10e6d75be9
commit
d6efaca8d8
|
@ -103,7 +103,7 @@
|
|||
"def create_min_bst(array):\n",
|
||||
" if array is None:\n",
|
||||
" return\n",
|
||||
" return __create_min_bst__(array, 0, len(array) - 1)\n",
|
||||
" return __create_min_bst__(array, 0, len(array)-1)\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"def __create_min_bst__(array, start, end):\n",
|
||||
|
|
Loading…
Reference in New Issue
Block a user