Skip to content

Commit 62a72d8

Browse files
committed
fix(style): remove empty space breaking linter
1 parent 4ebca67 commit 62a72d8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset='utf-8' />
5-
<title>Pact 1.0.0-rc.4 | Documentation</title>
5+
<title>Pact | Documentation</title>
66
<meta name='viewport' content='width=device-width,initial-scale=1'>
77
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
88
<link href='assets/style.css' type='text/css' rel='stylesheet' />
@@ -14,7 +14,7 @@
1414
<div class='fixed xs-hide fix-3 overflow-auto max-height-100'>
1515
<div class='py1 px2'>
1616
<h3 class='mb0 no-anchor'>Pact</h3>
17-
<div class='mb1'><code>1.0.0-rc.4</code></div>
17+
<div class='mb1'><code></code></div>
1818
<input
1919
placeholder='Filter'
2020
id='filter-input'
@@ -272,7 +272,7 @@ <h3 class='fl m0' id='pact'>
272272
Pact
273273
</h3>
274274

275-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/pact-foundation/pact-js/blob/5888981c31e89ff6930768d503863877abcd1567/src/pact.js#L6-L6'>
275+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/pact-foundation/pact-js/blob/4ebca671fd8e56cca1ce128cdd692871ca635971/src/pact.js#L6-L6'>
276276
<span>src/pact.js</span>
277277
</a>
278278

@@ -479,7 +479,7 @@ <h3 class='fl m0' id='pactprovider'>
479479
PactProvider
480480
</h3>
481481

482-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/pact-foundation/pact-js/blob/5888981c31e89ff6930768d503863877abcd1567/src/pact.js#L51-L115'>
482+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/pact-foundation/pact-js/blob/4ebca671fd8e56cca1ce128cdd692871ca635971/src/pact.js#L51-L115'>
483483
<span>src/pact.js</span>
484484
</a>
485485

@@ -817,7 +817,7 @@ <h3 class='fl m0' id='matchers'>
817817
Matchers
818818
</h3>
819819

820-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/pact-foundation/pact-js/blob/5888981c31e89ff6930768d503863877abcd1567/src/dsl/matchers.js#L3-L3'>
820+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/pact-foundation/pact-js/blob/4ebca671fd8e56cca1ce128cdd692871ca635971/src/dsl/matchers.js#L3-L3'>
821821
<span>src/dsl/matchers.js</span>
822822
</a>
823823

@@ -1101,7 +1101,7 @@ <h3 class='fl m0' id='mockservice'>
11011101
MockService
11021102
</h3>
11031103

1104-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/pact-foundation/pact-js/blob/5888981c31e89ff6930768d503863877abcd1567/src/dsl/mockService.js#L7-L7'>
1104+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/pact-foundation/pact-js/blob/4ebca671fd8e56cca1ce128cdd692871ca635971/src/dsl/mockService.js#L7-L7'>
11051105
<span>src/dsl/mockService.js</span>
11061106
</a>
11071107

@@ -1465,7 +1465,7 @@ <h3 class='fl m0' id='interaction'>
14651465
Interaction
14661466
</h3>
14671467

1468-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/pact-foundation/pact-js/blob/5888981c31e89ff6930768d503863877abcd1567/src/dsl/interaction.js#L6-L6'>
1468+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/pact-foundation/pact-js/blob/4ebca671fd8e56cca1ce128cdd692871ca635971/src/dsl/interaction.js#L6-L6'>
14691469
<span>src/dsl/interaction.js</span>
14701470
</a>
14711471

src/dsl/mockService.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This should be transparent to the end user.
44
* @module MockService
55
*/
6-
6+
77
'use strict'
88

99
const isNil = require('lodash.isnil')

0 commit comments

Comments
 (0)