Skip to content

Commit

Permalink
fixup! cli: Implement comment preserving edits on config, projects
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFriel committed Nov 23, 2022
1 parent c4047e9 commit feb5cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/go/common/workspace/project.go
Expand Up @@ -183,8 +183,8 @@ type Project struct {
raw []byte
}

func (p Project) RawValue() []byte {
return p.raw
func (proj Project) RawValue() []byte {
return proj.raw
}

func isPrimitiveValue(value interface{}) bool {
Expand Down

0 comments on commit feb5cd6

Please sign in to comment.