Skip to content

Commit

Permalink
GitHub Actions: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Nov 16, 2023
1 parent 8166b75 commit cd3b6ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions envision/web/src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ export default class Client {
value === "NaN"
? Nan
: value === "Infinity"
? Infinity
: value === "-Infinity"
? -Infinity
: value,
? Infinity
: value === "-Infinity"
? -Infinity
: value,
);
if (
stateQueue.length > 0 &&
Expand Down

0 comments on commit cd3b6ea

Please sign in to comment.