Skip to content

Commit ce0c36e

Browse files
authored
Merge pull request #302 from CesiumGS/update-prettier
Update prettier
2 parents a5559a5 + 45bf79e commit ce0c36e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/loadMtl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ function loadMtl(mtlPath, options) {
7070
const ambientTextureOptions = defined(overridingAmbientTexture)
7171
? undefined
7272
: options.packOcclusion
73-
? decodeOptions
74-
: undefined;
73+
? decodeOptions
74+
: undefined;
7575
const specularTextureOptions = defined(overridingSpecularTexture)
7676
? undefined
7777
: decodeOptions;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"jsdoc": "^4.0.0",
4848
"lint-staged": "^15.0.2",
4949
"nyc": "^15.1.0",
50-
"prettier": "3.0.3"
50+
"prettier": "3.1.1"
5151
},
5252
"lint-staged": {
5353
"*.(js|ts)": [

0 commit comments

Comments
 (0)