Formatting and linting

This commit is contained in:
ajnart
2022-12-22 11:30:50 +09:00
parent ecc61d5970
commit e982515bb5
5 changed files with 17 additions and 16 deletions

View File

@@ -68,7 +68,7 @@ export function migrateConfig(config: Config): ConfigType {
shape: {
location: {
x: (idx * 3) % 18,
y: Math.floor((idx / 6)) * 3,
y: Math.floor(idx / 6) * 3,
},
size: {
width: 3,