This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git

commit 3bfd8193e34762433d703060f782a92d1e1a2004
Author: Thomas Wolfart <[email protected]>
AuthorDate: Wed Jul 18 08:57:34 2018 +0200

    fix tabs & spaces to fix md parsing
---
 .../context-aware-configuration.md                           | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/src/main/jbake/content/documentation/bundles/context-aware-configuration/context-aware-configuration.md
 
b/src/main/jbake/content/documentation/bundles/context-aware-configuration/context-aware-configuration.md
index e6083c9..d7a016f 100644
--- 
a/src/main/jbake/content/documentation/bundles/context-aware-configuration/context-aware-configuration.md
+++ 
b/src/main/jbake/content/documentation/bundles/context-aware-configuration/context-aware-configuration.md
@@ -204,12 +204,12 @@ Example for setting up the unit test context rule:
 
 In you project define a test dependency (additionally the sling-mock 
dependency is required):
 
-       #!xml
-       <dependency>
-               <groupId>org.apache.sling</groupId>
-               
<artifactId>org.apache.sling.testing.caconfig-mock-plugin</artifactId>
-               <scope>test</scope>
-       </dependency>
+    #!xml
+    <dependency>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.testing.caconfig-mock-plugin</artifactId>
+      <scope>test</scope>
+    </dependency>
 
 Full example: [Apache Sling Context-Aware Configuration Mock Plugin 
Test](https://github.com/apache/sling/blob/trunk/testing/mocks/caconfig-mock-plugin/src/test/java/org/apache/sling/testing/mock/caconfig/ContextPluginsTest.java)
 

Reply via email to