diff --git a/doc/development/reconfigure_in_detail.md b/doc/development/reconfigure_in_detail.md
index a35d18d929d7a0c6023c4d05041205d3312dc002_ZG9jL2RldmVsb3BtZW50L3JlY29uZmlndXJlX2luX2RldGFpbC5tZA==..aca8f2d224ebae548588bbdd63bdcbfe91964f90_ZG9jL2RldmVsb3BtZW50L3JlY29uZmlndXJlX2luX2RldGFpbC5tZA== 100644
--- a/doc/development/reconfigure_in_detail.md
+++ b/doc/development/reconfigure_in_detail.md
@@ -7,7 +7,7 @@
 # What happens when `gitlab-ctl reconfigure` is run?
 
 Omnibus GitLab uses [Cinc](https://cinc.sh/) under the hood,
-which is a free-as-in-beer distribution of the open source software of [Chef Software Inc](https://docs.chef.io/). 
+which is a free-as-in-beer distribution of the open source software of [Chef Software Inc](https://docs.chef.io/).
 
 In very basic terms, a [Cinc client](https://cinc.sh/start/client/) run
 happens when `gitlab-ctl reconfigure` is run. This document elaborates
@@ -126,7 +126,7 @@
 
 - The `Gitlab` object stores keys as they are mentioned in `gitlab.rb`.
 - `node` stores them based on the defined nesting attribute-block-attribute hierarchy.
- 
+
 So, `gitlab_rails` settings from
 `gitlab.rb` are available as `Gitlab['gitlab_rails'][*]` while default values of
 those settings from attribute files are available at