Skip to content

Commit ba3a7e6

Browse files
committed
Newlines in docs
1 parent db4a3cc commit ba3a7e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/user/client.md

+3
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,12 @@ func (r *ReconcileApp) Reconcile(request reconcile.Request) (reconcile.Result, e
245245
```
246246

247247
##### Updating Status Subresource
248+
248249
When updating the status subresource from the client, the StatusWriter must be
249250
used which can be gotten with `Status()`
251+
250252
##### Status
253+
251254
```Go
252255
// Status() returns a StatusWriter object that can be used to update the
253256
// object's status subresource

0 commit comments

Comments
 (0)