Skip to content

Commit 30663e4

Browse files
committed
Run prettier
1 parent 0ffe4c2 commit 30663e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/worldmap.test.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ describe('Worldmap', () => {
8787
describe('when the data has three points and absolute mode is enabled', () => {
8888
beforeEach(() => {
8989
ctrl.data = new DataBuilder()
90-
.withCountryAndValue('SE', 4)
91-
.withCountryAndValue('IE', 1)
92-
.withCountryAndValue('US', 8)
93-
.withDataRange(0, 8, 8)
94-
.build();
90+
.withCountryAndValue('SE', 4)
91+
.withCountryAndValue('IE', 1)
92+
.withCountryAndValue('US', 8)
93+
.withDataRange(0, 8, 8)
94+
.build();
9595
ctrl.panel.circleMinSize = '3';
9696
ctrl.panel.circleMaxSize = '10';
9797
ctrl.panel.circleSizeAbsoluteEnabled = true;

0 commit comments

Comments
 (0)