style(test): replace tabs with spaces
This commit is contained in:
parent
6e2ec62b00
commit
15dd0b006d
|
@ -51,12 +51,12 @@ CustomElementFactory.$inject = [ 'bpmnFactory', 'moddle' ];
|
|||
*
|
||||
* @example
|
||||
*
|
||||
* var shapes = {
|
||||
* triangle: { width: 40, height: 40 },
|
||||
* rectangle: { width: 100, height: 20 }
|
||||
* var shapes = {
|
||||
* triangle: { width: 40, height: 40 },
|
||||
* rectangle: { width: 100, height: 20 }
|
||||
* };
|
||||
*
|
||||
* return shapes[type];
|
||||
* return shapes[type];
|
||||
*
|
||||
*
|
||||
* @param {String} type
|
||||
|
|
Loading…
Reference in New Issue