style(test): replace tabs with spaces

This commit is contained in:
Nico Rehwaldt 2015-12-07 17:46:53 +01:00
parent 6e2ec62b00
commit 15dd0b006d
1 changed files with 4 additions and 4 deletions

View File

@ -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