Skip to content

Commit

Permalink
fix presubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
William Chou committed Feb 5, 2018
1 parent 456a90b commit c337991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-bind/0.1/bind-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ export class Bind {
}

if (!match) {
user().warn(`${TAG}: ` +
user().warn(TAG,
`Default value for <${tagName} [${property}]="${expressionString}"> ` +
`does not match first result (${expectedValue}). We recommend ` +
'writing expressions with matching default values, but this can be ' +
Expand Down

0 comments on commit c337991

Please sign in to comment.