Skip to content
Prev Previous commit
Next Next commit
Replace tab with space
  • Loading branch information
John Lilley committed Jan 25, 2019
commit ff851d40c8619b4b27101aa8c32c36f8bd649fdd
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ public String toDefaultValue(Schema p) {
return p.getDefault().toString() + "F";
} else if (ModelUtils.isDoubleSchema(p)) { // double
return p.getDefault().toString() + "D";
} else { // decimal
} else { // decimal
return p.getDefault().toString() + "M";
}
}
Expand Down