Skip to content

Commit

Permalink
Run prettier on the two cherry-picked commits
Browse files Browse the repository at this point in the history
prettier --write $(git diff HEAD^^..HEAD --name-only)
  • Loading branch information
papandreou committed Jan 24, 2021
1 parent 957a66d commit 73afa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/relations/Relation.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class Relation {
let href = this.from.assetGraph.buildHref(targetUrl, this.baseUrl, {
canonical: this.canonical,
nonBareRelative: this.nonBareRelative,
hrefType: this.hrefType
hrefType: this.hrefType,
});
// Hack: Avoid adding index.html to an href pointing at file://.../index.html if it's not already there:
if (
Expand Down

0 comments on commit 73afa2f

Please sign in to comment.