Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Dupuy <[email protected]>
  • Loading branch information
flo-dup committed Aug 7, 2024
1 parent 197afc4 commit b999a5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/network-area-diagram-viewer/svg-parameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ export class SvgParameters {
);
// parameter moved from svg parameters to layout parameters
// value hardcoded, waiting for the layout parameter in metadata
this.detailedTextNodeYShift =
SvgParameters.DETAILED_TEXT_NODE_Y_SHIFT_DEFAULT;
this.detailedTextNodeYShift = SvgParameters.DETAILED_TEXT_NODE_Y_SHIFT_DEFAULT;
}

private getNumberParameter(
Expand Down

0 comments on commit b999a5c

Please sign in to comment.