Skip to content

Commit

Permalink
fix: Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmilson committed May 10, 2021
1 parent b454147 commit 386df3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-auto-ads/0.1/denakop-network-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class DenakopNetworkConfig {
'data-multi-size-validation': 'false',
'type': 'doubleclick',
'data-ad': 'denakop',
'style': 'position:relative !important'
'style': 'position:relative !important',
});
return attributes;
}
Expand Down

0 comments on commit 386df3f

Please sign in to comment.