diff --git a/topics/basics/architectural_overview/background_processes.md b/topics/basics/architectural_overview/background_processes.md
index 3ec774285..2a141b0cf 100644
--- a/topics/basics/architectural_overview/background_processes.md
+++ b/topics/basics/architectural_overview/background_processes.md
@@ -1,4 +1,4 @@
-
+
# Background Processes
@@ -176,8 +176,6 @@ To report progress, use the following methods:
If this is impossible, consider making the progress indeterminate.
- `setIndeterminate(boolean)` – marks the progress indeterminate (for processes that can't estimate the amount of work to be done) or determinate (for processes that can display the fraction of the work done using `setFraction(double)`).
-
-
## `ProcessCanceledException` and Debugging
Sometimes, a PCE is thrown from `checkCanceled()` in the code inspected by a plugin developer during a debugging session.
@@ -204,3 +202,5 @@ Action disabling throwing `ProcessCanceledException`.
+
+