Skip to content

Commit

Permalink
Wrap long comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
bugarela committed Jul 11, 2023
1 parent a9e6812 commit b98fa8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion quint/src/runtime/compile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ export interface CompilationContext {
export interface CompilationState {
// The ID generator used during compilation.
idGen: IdGenerator
// A list of modules as they are constructed, without flattening. This is needed to derive correct name resolution during incremental compilation in a flattened context.
// A list of modules as they are constructed, without flattening. This is
// needed to derive correct name resolution during incremental compilation in
// a flattened context.
originalModules: QuintModule[]
// A list of flattened modules.
modules: FlatModule[]
Expand Down

0 comments on commit b98fa8a

Please sign in to comment.