mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Remove trailing comma to fix lint (#398)
This commit is contained in:
parent
36abdc77c5
commit
ab14770318
|
@ -5,7 +5,7 @@ const DOMAttributeNames = {
|
|||
acceptCharset: 'accept-charset',
|
||||
className: 'class',
|
||||
htmlFor: 'for',
|
||||
httpEquiv: 'http-equiv',
|
||||
httpEquiv: 'http-equiv'
|
||||
}
|
||||
|
||||
export default class HeadManager {
|
||||
|
|
Loading…
Reference in a new issue