mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-20 15:00:42 -07:00
style: spaces and extra NL
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ for size in "${apple[@]}"; do
|
|||||||
done
|
done
|
||||||
cp logo.png apple-touch-icon.png
|
cp logo.png apple-touch-icon.png
|
||||||
convert logo.png \
|
convert logo.png \
|
||||||
\( +clone -alpha extract \
|
\( +clone -alpha extract \
|
||||||
-draw 'fill black polygon 0,0 0,80 80,0 fill white circle 80,80 80,0' \
|
-draw 'fill black polygon 0,0 0,80 80,0 fill white circle 80,80 80,0' \
|
||||||
\( +clone -flip \) -compose Multiply -composite \
|
\( +clone -flip \) -compose Multiply -composite \
|
||||||
\( +clone -flop \) -compose Multiply -composite \
|
\( +clone -flop \) -compose Multiply -composite \
|
||||||
|
|||||||
@@ -47,4 +47,3 @@ export function parseStringLiteral (str: string): string {
|
|||||||
}
|
}
|
||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user