Skip to content

Commit

Permalink
Auto-formatter snafu
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed Sep 3, 2024
1 parent f3160cf commit 2b98631
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/renderer/renderer_elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2125,9 +2125,9 @@ export class ScopeNode extends SDFGNode {
SDFV.DEFAULT_MAX_FONTSIZE, 0.7,
SDFV.DEFAULT_FAR_FONT_MULTIPLIER, true,
TextVAlign.BOTTOM, TextHAlign.RIGHT, {
bottom: 2.0,
right: this.height,
}
bottom: 2.0,
right: this.height,
}
);
}
}
Expand Down

0 comments on commit 2b98631

Please sign in to comment.