Skip to content

Commit

Permalink
Remove extra blank lines to avoid confusion (angular#78)
Browse files Browse the repository at this point in the history
Because of so many blank lines, I could not see the lower part of code and got confused if this config file is correct or what. After sometime, saw that there were blank lines.

So suggest to remove these blank lines so other developers won't get confused as I did.
  • Loading branch information
adarshdch authored and PatrickJS committed Jun 7, 2016
1 parent a2ef7f0 commit 10d6773
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,6 @@ var webpackConfig = {
};

















// Our Webpack Defaults
var defaultConfig = {
devtool: 'cheap-module-source-map',
Expand Down

0 comments on commit 10d6773

Please sign in to comment.