Skip to content

Commit 45f1c1c

Browse files
authored
docs: fix formatting cleaner in docs (#3294)
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 09dd5e9 commit 45f1c1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/content/en/docs/documentation/reconciler.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,11 @@ typically instructs the framework to remove the finalizer after the dependent
9898
resource are cleaned up in `cleanup` implementation.
9999

100100
```java
101-
102101
public DeleteControl cleanup(MyCustomResource customResource,Context context){
103102
// omitted code
104103

105104
return DeleteControl.defaultDelete();
106-
}
107-
105+
}
108106
```
109107

110108
However, it is possible to instruct the SDK to not remove the finalizer, this allows to clean up

0 commit comments

Comments
 (0)