Skip to content

Commit c779eba

Browse files
committed
fix gofmt
unfortunately cant nest indentation with an unordered list
1 parent 50567d1 commit c779eba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

typed/reconcile_schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func (v *reconcileWithSchemaWalker) finishDescent(v2 *reconcileWithSchemaWalker)
110110
}
111111

112112
// ReconcileFieldSetWithSchema reconciles the a field set with any changes to the
113-
// // object's schema since the field set was written. Returns the reconciled field set, or nil of
113+
// object's schema since the field set was written. Returns the reconciled field set, or nil of
114114
// no changes were made to the field set.
115115
//
116116
// Supports:

typed/typed.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ func (tv TypedValue) ToFieldSet() (*fieldpath.Set, error) {
103103
// - If both tv and pso specify a given leaf field, the result will keep pso's
104104
// value.
105105
// - Container typed elements will have their items ordered:
106-
// - like tv, if pso doesn't change anything in the container
107-
// - like pso, if pso does change something in the container.
106+
// 1. like tv, if pso doesn't change anything in the container
107+
// 2. like pso, if pso does change something in the container.
108108
//
109109
// tv and pso must both be of the same type (their Schema and TypeRef must
110110
// match), or an error will be returned. Validation errors will be returned if

0 commit comments

Comments
 (0)