Fixed TypeScript code style.

pull/181/head
Project Nayuki 2 years ago
parent 2643e824eb
commit 957e4ce5fa

@ -184,8 +184,8 @@ namespace app {
<rect width="100%" height="100%" fill="${lightColor}"/> <rect width="100%" height="100%" fill="${lightColor}"/>
<path d="${parts.join(" ")}" fill="${darkColor}"/> <path d="${parts.join(" ")}" fill="${darkColor}"/>
</svg> </svg>
` `;
} }
export function handleVersionMinMax(which: "min"|"max"): void { export function handleVersionMinMax(which: "min"|"max"): void {

Loading…
Cancel
Save