Skip to content

Commit

Permalink
fix gofmt
Browse files Browse the repository at this point in the history
unfortunately cant nest indentation with an unordered list
  • Loading branch information
alexzielenski committed Jul 28, 2022
1 parent 50567d1 commit c779eba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion typed/reconcile_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (v *reconcileWithSchemaWalker) finishDescent(v2 *reconcileWithSchemaWalker)
}

// ReconcileFieldSetWithSchema reconciles the a field set with any changes to the
// // object's schema since the field set was written. Returns the reconciled field set, or nil of
// object's schema since the field set was written. Returns the reconciled field set, or nil of
// no changes were made to the field set.
//
// Supports:
Expand Down
4 changes: 2 additions & 2 deletions typed/typed.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ func (tv TypedValue) ToFieldSet() (*fieldpath.Set, error) {
// - If both tv and pso specify a given leaf field, the result will keep pso's
// value.
// - Container typed elements will have their items ordered:
// - like tv, if pso doesn't change anything in the container
// - like pso, if pso does change something in the container.
// 1. like tv, if pso doesn't change anything in the container
// 2. like pso, if pso does change something in the container.
//
// tv and pso must both be of the same type (their Schema and TypeRef must
// match), or an error will be returned. Validation errors will be returned if
Expand Down

0 comments on commit c779eba

Please sign in to comment.