Skip to content

Commit 7ae7990

Browse files
committed
style: code block syntax 적용
1 parent 2120a8b commit 7ae7990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maximum-depth-of-binary-tree/invidam.go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Implement Queue can be troublesome, but it is effective to problem that require
4646
(N: size of node.)
4747

4848
# Code
49-
```
49+
```go
5050
func maxDepth(root *TreeNode) int {
5151
if root == nil {
5252
return 0

0 commit comments

Comments
 (0)