Skip to content

Commit

Permalink
style: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Nov 22, 2017
1 parent 94cdd20 commit 468939c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/helpers/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {merge} from 'lodash';

/**
* Create a temporary git repository with commits.
*
*
* @method changelog
* @param {Array<string>} messages the commit message (1 commit per message).
* @param {Array} types the commit types configuration.
Expand Down
2 changes: 1 addition & 1 deletion test/helpers/commit-groups-compare.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import proxyquire from 'proxyquire';

/**
* Return the `commit-groups-compare` function, replacing `types` with parameter.
*
*
* @method commitGroupsCompare
* @param {Object} types commit types to test with.
* @return {Object} the commit groups compare function.
Expand Down
2 changes: 1 addition & 1 deletion test/helpers/commit-transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import proxyquire from 'proxyquire';

/**
* Call the `commit-transform` function, replacing `types` with parameter.
*
*
* @method commitTransform
* @param {Object} commit commit parsed with `conventional-changelog-parser`.
* @param {Object} types commit types to test with.
Expand Down
2 changes: 1 addition & 1 deletion test/helpers/release-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import proxyquire from 'proxyquire';

/**
* Return the `release-rules` array, replacing `types` with parameter.
*
*
* @method releaseRules
* @param {Object} [types ={}] commit types to test with.
* @return {Array} the `release-rules` array for the `types` in parameter.
Expand Down

0 comments on commit 468939c

Please sign in to comment.