Skip to content

Commit

Permalink
ci: re-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Oct 11, 2024
1 parent b72a3fa commit dd7af9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataflow/graph/graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class DataflowGraph<
private static DEFAULT_ENVIRONMENT: REnvironmentInformation | undefined = undefined;
private _idMap: AstIdMap | undefined;
/* Set of vertices which have sideEffects that we do not know anything about */
private _unknownSideEffects = new Set<NodeId>();
private readonly _unknownSideEffects = new Set<NodeId>();

constructor(idMap: AstIdMap | undefined) {
DataflowGraph.DEFAULT_ENVIRONMENT ??= initializeCleanEnvironments();
Expand Down

0 comments on commit dd7af9b

Please sign in to comment.