Skip to content

Commit

Permalink
remove unnecessary semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
kimung committed Jan 10, 2018
1 parent fd2435b commit 841da59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/section.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ class ProviderSection {
return providers[name];
};
}
};
}

module.exports = ProviderSection;

0 comments on commit 841da59

Please sign in to comment.