Skip to content

Commit

Permalink
Fir formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shon Feder committed Oct 20, 2023
1 parent e9eafd3 commit 474b6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quint/src/types/specialConstraints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import { Either, left, mergeInMany, right } from '@sweet-monads/either'
import { Error, buildErrorLeaf } from '../errorTree'
import { expressionToString } from '../ir/IRprinting'
import { QuintEx, QuintStr } from '../ir/quintIr'
import { QuintEx } from '../ir/quintIr'
import { QuintType, QuintVarType } from '../ir/quintTypes'
import { Constraint } from './base'
import { chunk, times } from 'lodash'
Expand Down

0 comments on commit 474b6aa

Please sign in to comment.