Skip to content

Commit 922e42b

Browse files
committed
fix: lint
1 parent 83d7a13 commit 922e42b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libs/@local/hashql/mir/src/pass/execution/island/graph

libs/@local/hashql/mir/src/pass/execution/island/graph/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ fn entry_island_needs_fetch() {
469469
assert!(provides.contains(EntityPath::Properties));
470470
}
471471

472-
/// DataFlow edge dedup: an Interpreter island accesses two paths that both originate
472+
/// `DataFlow` edge dedup: an Interpreter island accesses two paths that both originate
473473
/// from Postgres (`Properties` and `EntityUuid`). Both resolve to the same Postgres
474474
/// dominator, but only one `DataFlow` edge should exist between them.
475475
#[test]

0 commit comments

Comments
 (0)