Skip to content

Commit fbce8b5

Browse files
committed
normalize CRLF+LF to CRLF for the only heterogeneous file
1 parent 4c16b42 commit fbce8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSOA2X/src/main/java/org/ruleml/psoa/psoa2x/psoa2prolog/AbstractPrologConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public abstract class AbstractPrologConverter extends PrologTermLangConverter {
5858
s_builtInMap.put("https://www.iso.org/standard/21413.html#exp", "exp");
5959
s_builtInMap.put("https://www.iso.org/standard/21413.html#log", "log");
6060

61-
// Predicates
61+
// Predicates
6262
s_builtInMap.put("https://www.iso.org/standard/21413.html#integer", "integer"); // Test if integer
6363
s_builtInMap.put("https://www.iso.org/standard/21413.html#float", "float"); // Test if shortcut or xs:double float number (represented as double) [Currently redundant because of above same-named coerce]
6464
s_builtInMap.put("https://www.iso.org/standard/21413.html#number", "number"); // Test if number

0 commit comments

Comments
 (0)