Merge pull request #814 from Jerry-306/patch-28

解决 0416 分割等和子集 Go 语言版本代码没有样式问题
This commit is contained in:
程序员Carl 2021-10-05 14:23:16 +08:00 committed by GitHub
commit 57001198bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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