helping build

This commit is contained in:
rusefillc 2022-04-17 20:08:21 -04:00
parent afd506a868
commit 7e4c12171d
2 changed files with 0 additions and 3 deletions

Binary file not shown.

View File

@ -125,9 +125,6 @@ public class TsOutput {
private String handleTsInfo(ConfigField configField, String tsInfo, int multiplierIndex) {
if (tsInfo == null || tsInfo.trim().isEmpty()) {
if (isConstantsSection) {
throw new IllegalStateException("todo: implement default tsInfo for long form");
}
// default units and scale
return quote("") + ", 1, 0";
}