Skip to content

Commit 8af4b57

Browse files
committed
Remove pub
1 parent 5680f73 commit 8af4b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/cheatnet/src/state.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ impl<T> CheatStatus<T> {
208208

209209
#[derive(Clone, Debug)]
210210
pub struct GasReportData {
211-
pub execution_summary: ExecutionSummary,
212-
pub gas: OnceCell<GasVector>,
211+
execution_summary: ExecutionSummary,
212+
gas: OnceCell<GasVector>,
213213
}
214214

215215
impl GasReportData {

0 commit comments

Comments
 (0)