style: code format

This commit is contained in:
2912401452 2021-07-24 18:10:26 +08:00
parent ac6f28dff2
commit 6651c1567b
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ export default class BaseModel<ChildLayerStyleOptions = {}>
mag: gl.NEAREST,
min: gl.NEAREST,
width: 1,
height: 1
height: 1,
});
}