Skip to content

Commit

Permalink
fix(style): remove empty space breaking linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tarciosaraiva committed Aug 27, 2016
1 parent 4ebca67 commit 62a72d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8' />
<title>Pact 1.0.0-rc.4 | Documentation</title>
<title>Pact | Documentation</title>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
<link href='assets/style.css' type='text/css' rel='stylesheet' />
Expand All @@ -14,7 +14,7 @@
<div class='fixed xs-hide fix-3 overflow-auto max-height-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>Pact</h3>
<div class='mb1'><code>1.0.0-rc.4</code></div>
<div class='mb1'><code></code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down Expand Up @@ -272,7 +272,7 @@ <h3 class='fl m0' id='pact'>
Pact
</h3>

<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'>
<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'>
<span>src/pact.js</span>
</a>

Expand Down Expand Up @@ -479,7 +479,7 @@ <h3 class='fl m0' id='pactprovider'>
PactProvider
</h3>

<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'>
<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'>
<span>src/pact.js</span>
</a>

Expand Down Expand Up @@ -817,7 +817,7 @@ <h3 class='fl m0' id='matchers'>
Matchers
</h3>

<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'>
<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'>
<span>src/dsl/matchers.js</span>
</a>

Expand Down Expand Up @@ -1101,7 +1101,7 @@ <h3 class='fl m0' id='mockservice'>
MockService
</h3>

<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'>
<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'>
<span>src/dsl/mockService.js</span>
</a>

Expand Down Expand Up @@ -1465,7 +1465,7 @@ <h3 class='fl m0' id='interaction'>
Interaction
</h3>

<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'>
<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'>
<span>src/dsl/interaction.js</span>
</a>

Expand Down
2 changes: 1 addition & 1 deletion src/dsl/mockService.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This should be transparent to the end user.
* @module MockService
*/

'use strict'

const isNil = require('lodash.isnil')
Expand Down

0 comments on commit 62a72d8

Please sign in to comment.