Skip to content

Commit 2f9a619

Browse files
committed
chore: format
1 parent eb7a8c6 commit 2f9a619

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

spec/minimap-element-spec.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2030,7 +2030,9 @@ describe("MinimapElement", () => {
20302030
})
20312031

20322032
it("adjusts the size of the control div to fit in the minimap", () => {
2033-
expect(controls.clientWidth).toEqual(minimapElement.CanvasDrawer.getFrontCanvas().clientWidth / devicePixelRatio)
2033+
expect(controls.clientWidth).toEqual(
2034+
minimapElement.CanvasDrawer.getFrontCanvas().clientWidth / devicePixelRatio
2035+
)
20342036
})
20352037

20362038
it("positions the controls div over the canvas", () => {
@@ -2046,7 +2048,9 @@ describe("MinimapElement", () => {
20462048
})
20472049

20482050
it("adjusts the size of the control div to fit in the minimap", () => {
2049-
expect(controls.clientWidth).toEqual(minimapElement.CanvasDrawer.getFrontCanvas().clientWidth / devicePixelRatio)
2051+
expect(controls.clientWidth).toEqual(
2052+
minimapElement.CanvasDrawer.getFrontCanvas().clientWidth / devicePixelRatio
2053+
)
20502054
})
20512055

20522056
it("positions the controls div over the canvas", () => {

0 commit comments

Comments
 (0)