Skip to content

Commit a678f95

Browse files
SoftlySplinterGitHub Enterprise
authored andcommitted
Improve formatting of XML
The transaction file wasn't being understood as an XML document by github because it was all on one line. Separating out into the two separate lines seems to make the syntax highlighting kick in.
1 parent 30b2d07 commit a678f95

File tree

1 file changed

+2
-1
lines changed
  • cics-eventprocessing-java/cics-eventprocessing-java-bundle/src/main/bundleParts

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
<?xml version="1.0" encoding="UTF-8"?><cicsdefinitiontransaction xmlns="http://www.ibm.com/xmlns/prod/CICS/smw2int" localq="N_A" name="EVNT" program="EVNTCONS"/>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<cicsdefinitiontransaction xmlns="http://www.ibm.com/xmlns/prod/CICS/smw2int" localq="N_A" name="EVNT" program="EVNTCONS"/>

0 commit comments

Comments
 (0)