style(lint): re-format modules/@angular
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
export function createRectangle(left: any /** TODO #9100 */, top: any /** TODO #9100 */, width: any /** TODO #9100 */, height: any /** TODO #9100 */) {
|
||||
export function createRectangle(
|
||||
left: any /** TODO #9100 */, top: any /** TODO #9100 */, width: any /** TODO #9100 */,
|
||||
height: any /** TODO #9100 */) {
|
||||
return {left, top, width, height};
|
||||
}
|
||||
|
Reference in New Issue
Block a user