appease codacy

This commit is contained in:
Brady
2023-06-07 17:38:26 -05:00
parent 0d14bde583
commit 34abbfb5da
3 changed files with 30 additions and 22 deletions

View File

@@ -388,9 +388,10 @@ public class SelCommand extends Command {
return new CylinderSchematic(fill, true);
case HCYLINDER:
return new CylinderSchematic(fill, false);
default:
// Silent fail
return fill;
}
// Silent fail
return fill;
}
}