Skip to content

Commit

Permalink
Fix minor indentation issue
Browse files Browse the repository at this point in the history
(Extracted from the PR for OGM-910, I don't spend my time counting
spaces in the pom files)
  • Loading branch information
gsmet committed May 19, 2016
1 parent 548a178 commit 557ac4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mongodb/pom.xml
Expand Up @@ -282,10 +282,10 @@
<profile>
<id>external-mongodb</id>
<activation>
<property>
<name>mongodbProvider</name>
<value>external</value>
</property>
<property>
<name>mongodbProvider</name>
<value>external</value>
</property>
</activation>
<properties>
<datastoreProvider>mongodb</datastoreProvider>
Expand Down

0 comments on commit 557ac4e

Please sign in to comment.