Skip to content

Commit e4ba011

Browse files
add trailing commas
1 parent 045ef85 commit e4ba011

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/core/project_config/project_config_schema.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,10 @@ var schemaDefinition = {
293293
},
294294
pixelUrl: {
295295
type: 'string'
296-
}
297-
}
298-
}
299-
}
296+
},
297+
},
298+
},
299+
},
300300
},
301301
};
302302

0 commit comments

Comments
 (0)