Skip to content

Commit

Permalink
Merge pull request #302 from CesiumGS/update-prettier
Browse files Browse the repository at this point in the history
Update prettier
  • Loading branch information
mramato authored Jan 3, 2024
2 parents a5559a5 + 45bf79e commit ce0c36e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/loadMtl.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ function loadMtl(mtlPath, options) {
const ambientTextureOptions = defined(overridingAmbientTexture)
? undefined
: options.packOcclusion
? decodeOptions
: undefined;
? decodeOptions
: undefined;
const specularTextureOptions = defined(overridingSpecularTexture)
? undefined
: decodeOptions;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"jsdoc": "^4.0.0",
"lint-staged": "^15.0.2",
"nyc": "^15.1.0",
"prettier": "3.0.3"
"prettier": "3.1.1"
},
"lint-staged": {
"*.(js|ts)": [
Expand Down

0 comments on commit ce0c36e

Please sign in to comment.