解决 0416 分割等和子集 Go 语言版本代码没有样式问题

This commit is contained in:
Luo
2021-10-04 09:05:35 +08:00
committed by GitHub
parent 6f65bb71d8
commit 5570ce5aaf

View File

@ -227,7 +227,7 @@ class Solution:
``` ```
Go Go
``` ```go
func canPartition(nums []int) bool { func canPartition(nums []int) bool {
/** /**
动态五部曲: 动态五部曲: