Skip to content

Commit

Permalink
Add space in toString
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Feb 12, 2025
1 parent da7131c commit 4f42833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dicom/dicomSpatialCoordinate3D.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class SpatialCoordinate3D {
*/
toString() {
return this.graphicType +
'{' + this.graphicData + '}';
' {' + this.graphicData + '}';
};
};

Expand Down

0 comments on commit 4f42833

Please sign in to comment.