Skip to content

Commit 8b42623

Browse files
committed
removed unnecessary comma
1 parent 423e5b8 commit 8b42623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/acid.zalan.do/v1/postgresql_type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ type Patroni struct {
156156

157157
//StandbyCluster
158158
type StandbyDescription struct {
159-
S3WalPath string `json:"s3_wal_path,omitempty"`,
159+
S3WalPath string `json:"s3_wal_path,omitempty"`
160160
GSWalPath string `json:"gs_wal_path,omitempty"`
161161
}
162162

0 commit comments

Comments
 (0)