mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-12-23 11:33:49 +01:00
remove line breaks
This commit is contained in:
parent
597df613c9
commit
0ec47b88e7
@ -4,7 +4,6 @@ export default class {
|
||||
constructor() {
|
||||
this.parts = [];
|
||||
}
|
||||
|
||||
getOutline() {
|
||||
const outLines = new Shape([], true);
|
||||
|
||||
@ -18,7 +17,6 @@ export default class {
|
||||
|
||||
return outLines;
|
||||
}
|
||||
|
||||
add(shape) {
|
||||
const part = { shape };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user