Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhtrankhanh authored and actions-user committed Mar 11, 2024
1 parent 81f89db commit 4e1ae2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compiler/validateAST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,10 +454,10 @@ export const validateAST = (modules: CoqCPAST[]): ValidationError[] => {
return instruction.type === 'coerceInt16'
? 'int16'
: instruction.type === 'coerceInt32'
? 'int32'
: instruction.type === 'coerceInt64'
? 'int64'
: 'int8'
? 'int32'
: instruction.type === 'coerceInt64'
? 'int64'
: 'int8'
}
case 'condition': {
const { alternate, body, condition, location } = instruction
Expand Down

0 comments on commit 4e1ae2e

Please sign in to comment.