Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shon Feder committed Aug 5, 2023
1 parent fb420a6 commit 832ee8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quint/src/IRprinting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @module
*/

import { OpQualifier, QuintDef, QuintEx, QuintModule, isAnnotatedDef, MatchCase } from './quintIr'
import { MatchCase, OpQualifier, QuintDef, QuintEx, QuintModule, isAnnotatedDef } from './quintIr'
import { EmptyRow, QuintSumType, QuintType, Row, RowField, VarRow, isUnitType } from './quintTypes'
import { TypeScheme } from './types/base'
import { typeSchemeToString } from './types/printing'
Expand Down
2 changes: 1 addition & 1 deletion quint/src/flattening.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ import {
QuintExport,
QuintImport,
QuintInstance,
QuintLambda,
QuintModule,
QuintOpDef,
isAnnotatedDef,
isFlat,
QuintLambda,
} from './quintIr'
import { definitionToString } from './IRprinting'
import { ConcreteFixedRow, QuintType, Row } from './quintTypes'
Expand Down

0 comments on commit 832ee8a

Please sign in to comment.