Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEtco committed Sep 20, 2017
1 parent 1446dae commit f23194f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Context {
* @example <caption>Using a <code>defaultConfig</code> object.</caption>
*
* // Load config from .github/myapp.yml in the repository and combine with default config
* const config = await context.config('myapp.yml', { comment: 'Make sure to check all the specs.' });
* const config = await context.config('myapp.yml', {comment: 'Make sure to check all the specs.'});
*
* if (config.close) {
* context.github.issues.comment(context.issue({body: config.comment}));
Expand Down

0 comments on commit f23194f

Please sign in to comment.