From f7bfb20d059fe43305ed05ea4eed04f87f7e9420 Mon Sep 17 00:00:00 2001 From: "Pierre-Yves B." <10694593+PyvesB@users.noreply.github.com> Date: Sat, 5 Mar 2022 18:01:06 +0100 Subject: [PATCH] Run Prettier a second time --- services/hexpm/hexpm.tester.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/services/hexpm/hexpm.tester.js b/services/hexpm/hexpm.tester.js index 18ec1825ab74f..c086e2c6c000b 100644 --- a/services/hexpm/hexpm.tester.js +++ b/services/hexpm/hexpm.tester.js @@ -38,12 +38,10 @@ t.create('downloads (not found)') .get('/dt/this-package-does-not-exist.json') .expectBadge({ label: 'downloads', message: 'not found' }) -t.create('version') - .get('/v/cowboy.json') - .expectBadge({ - label: 'hex', - message: isVPlusDottedVersionNClausesWithOptionalSuffix, - }) +t.create('version').get('/v/cowboy.json').expectBadge({ + label: 'hex', + message: isVPlusDottedVersionNClausesWithOptionalSuffix, +}) t.create('version (no stable version)') .get('/v/prima_opentelemetry_ex.json')