Skip to content

Commit

Permalink
Coding standards fix in plugin guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
callumacrae committed May 4, 2015
1 parent ed913ac commit 318a4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing-a-plugin/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function gulpPrefixer(prefixText) {

});

};
}

// Exporting the plugin main function
module.exports = gulpPrefixer;
Expand Down

0 comments on commit 318a4d6

Please sign in to comment.