Skip to content

Commit

Permalink
Update tooling/debugger/src/context.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tom French <[email protected]>
  • Loading branch information
mverzilli and TomAFrench authored Nov 19, 2023
1 parent 4289e77 commit 38a9806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/debugger/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ impl<'a, B: BlackBoxFunctionSolver> DebugContext<'a, B> {
}
}

pub(super) fn get_brillig_memory(&self) -> Option<&Vec<Value>> {
pub(super) fn get_brillig_memory(&self) -> Option<&[Value]> {
self.brillig_solver.as_ref().map(|solver| solver.get_memory())
}

Expand Down

0 comments on commit 38a9806

Please sign in to comment.