Skip to content

Commit

Permalink
standardize comments on empty implementation method (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami authored and devongovett committed Dec 29, 2017
1 parent 06d5ffc commit d763a1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Asset.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ class Asset {
// do nothing by default
}

async pretransform() {}
async pretransform() {
// do nothing by default
}

async transform() {
// do nothing by default
Expand Down

0 comments on commit d763a1a

Please sign in to comment.