Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 26, 2020
1 parent 0ffe4c2 commit 30663e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/worldmap.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ describe('Worldmap', () => {
describe('when the data has three points and absolute mode is enabled', () => {
beforeEach(() => {
ctrl.data = new DataBuilder()
.withCountryAndValue('SE', 4)
.withCountryAndValue('IE', 1)
.withCountryAndValue('US', 8)
.withDataRange(0, 8, 8)
.build();
.withCountryAndValue('SE', 4)
.withCountryAndValue('IE', 1)
.withCountryAndValue('US', 8)
.withDataRange(0, 8, 8)
.build();
ctrl.panel.circleMinSize = '3';
ctrl.panel.circleMaxSize = '10';
ctrl.panel.circleSizeAbsoluteEnabled = true;
Expand Down

0 comments on commit 30663e4

Please sign in to comment.