Skip to content

Commit

Permalink
chore: Change indentation for linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-huehn-mw authored and IhsenBouallegue committed Jan 17, 2025
1 parent ffe8a40 commit 02d6719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import { CustomVisibilityMesh } from "../customVisibilityMesh"
export class CodeChartaLogoMesh extends CustomVisibilityMesh {
private readonly createSvgStrategy: CreateSvgGeometryStrategy

constructor(name: string,
createSvgStrategy: CreateSvgGeometryStrategy = new CreateSvgGeometryStrategy()) {
constructor(name: string, createSvgStrategy: CreateSvgGeometryStrategy = new CreateSvgGeometryStrategy()) {
super(name, new BackPrintColorChangeStrategy(), 180, true)
this.createSvgStrategy = createSvgStrategy
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class MapMesh extends CustomVisibilityMesh {
const scale = (geometryOptions.width - 2 * geometryOptions.mapSideOffset) / (oldWidth - 2 * geometryOptions.mapSideOffset)
this.geometry.scale(scale, scale, scale)
}

updateColor(numberOfColors: number) {
this.updateMapColors(this.originalColors, this.geometry, numberOfColors)
}
Expand Down

0 comments on commit 02d6719

Please sign in to comment.