Ran formatter

This commit is contained in:
Ozzie Gooen 2022-05-27 07:32:03 -04:00
parent cbc51c23de
commit 4eac2f59be

View File

@ -26,7 +26,7 @@ function getRange<a>(x: declaration<a>) {
return { floats: { min: first.value.min, max: first.value.max } };
}
case "Date": {
return { time: { min: first.value.min, max: first.value.max} };
return { time: { min: first.value.min, max: first.value.max } };
}
}
}