Skip to content

Commit f8c2457

Browse files
authored
Update 0226.Invert Binary Tree.swift
1 parent 0b11767 commit f8c2457

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

0226.Invert Binary Tree.swift

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* }
1414
* }
1515
*/
16+
1617
class Solution {
1718
func invertTree(_ root: TreeNode?) -> TreeNode? {
1819
guard let root = root else {

0 commit comments

Comments
 (0)