Skip to content

Commit 99c588f

Browse files
committed
Change to square brackets for format
1 parent 7a0659b commit 99c588f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/commonwl/view/cwl/CWLService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,9 @@ private void setFormat(CWLElement inputOutput, String format) {
392392
rdfService.addToOntologies(ontModel);
393393
}
394394
String formatLabel = rdfService.getOntLabel(format);
395-
inputOutput.setType(inputOutput.getType() + " (" + formatLabel + ")");
395+
inputOutput.setType(inputOutput.getType() + " [" + formatLabel + "]");
396396
} catch (RiotException ex) {
397-
inputOutput.setType(inputOutput.getType() + " (format)");
397+
inputOutput.setType(inputOutput.getType() + " [format]");
398398
}
399399
}
400400

0 commit comments

Comments
 (0)