Skip to content

Commit 572197c

Browse files
committed
fix: lint
1 parent e5a7c7e commit 572197c

File tree

1 file changed

+1
-1
lines changed
  • libs/@local/hashql/mir/src/pass/execution/island/graph

1 file changed

+1
-1
lines changed

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)