Skip to content

Commit b9b5b7f

Browse files
committed
Remove pub
1 parent 03c14d2 commit b9b5b7f

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)