remove unnecessary newlines
All checks were successful
publish.yml / publish (push) Successful in 46s
All checks were successful
publish.yml / publish (push) Successful in 46s
This commit is contained in:
@@ -55,11 +55,4 @@ export class InteractiveBackground implements AfterViewInit {
|
|||||||
ctx.fillStyle = gradient;
|
ctx.fillStyle = gradient;
|
||||||
ctx.fillRect(0, 0, width, height);
|
ctx.fillRect(0, 0, width, height);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user