Skip to content

Commit

Permalink
doc: fix indentation of config example
Browse files Browse the repository at this point in the history
  • Loading branch information
strkkk authored and rnveach committed Feb 26, 2020
1 parent 354124f commit db321ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xdocs/config_coding.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4061,7 +4061,7 @@ enum Foo10 { FOO, BAR } // OK
An example of how to configure this Check:
</p>
<source>
&lt;module name=&quot;OneStatementPerLine&quot;/&gt;
&lt;module name=&quot;OneStatementPerLine&quot;/&gt;
</source>
<p>
The following examples will be flagged as a violation:
Expand Down

0 comments on commit db321ef

Please sign in to comment.