Skip to content

Commit 9872e83

Browse files
committed
Fix lint, stupid :D
1 parent 01719cb commit 9872e83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/generate-icons.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ const ICONS = {
5656
Loot: 'icon-loot.png'
5757
}
5858

59-
async function generateIcon(basePath: string, maskPath: string, color: string, iconPath: string | null = null): Promise<Buffer> {
59+
async function generateIcon(basePath: string, maskPath: string, color: string, iconPath: string | null = null):
60+
Promise<Buffer> {
6061
const baseImage = await loadImage(basePath);
6162
const maskImage = await loadImage(maskPath);
6263
const iconImage = iconPath ? await loadImage(iconPath) : null;

0 commit comments

Comments
 (0)