Skip to content

Commit

Permalink
nitpick: format
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley committed Feb 12, 2024
1 parent a2a0d54 commit a881cda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/optims/constantFolding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,10 @@ function replaceRuleWithEvaluatedNodeValue(
typeof nodeValue === 'number'
? 'number'
: typeof nodeValue === 'boolean'
? 'boolean'
: typeof nodeValue === 'string'
? 'string'
: undefined,
? 'boolean'
: typeof nodeValue === 'string'
? 'string'
: undefined,

nodeKind: 'constant',
missingVariables: {},
Expand Down

0 comments on commit a881cda

Please sign in to comment.