Skip to content

Commit

Permalink
fix alignment issue in finalizers doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittrock committed Sep 26, 2018
1 parent 4bc439c commit 611f43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/beyond_basics/using_finalizers.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Highlights:
- You should implement the pre-delete logic in such a way that it is safe to
invoke it multiple times for the same object.


{% sample lang="go" %}
```go

func (r *Reconciler) Reconcile(request reconcile.Request) (reconcile.Result, error) {
Expand Down

0 comments on commit 611f43f

Please sign in to comment.