Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Jun 11, 2024
1 parent 665932e commit 99dfe19
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/air/public_input.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ use cairo_verifier::{
air::public_memory::{
Page, PageTrait, ContinuousPageHeader, get_continuous_pages_product, AddrValueSize
},
air::constants::{MAX_ADDRESS, INITIAL_PC},
// === DEX BEGIN ===
air::constants::{MAX_ADDRESS, INITIAL_PC}, // === DEX BEGIN ===
// air::layouts::dex::constants::segments,
// === DEX END ===
// === RECURSIVE BEGIN ===
air::layouts::recursive::constants::segments,
// === RECURSIVE END ===
// === RECURSIVE_WITH_POSEIDON BEGIN ===
air::layouts::recursive::constants::segments, // === RECURSIVE END ===
// === RECURSIVE_WITH_POSEIDON BEGIN ===
// air::layouts::recursive_with_poseidon::constants::segments,
// === RECURSIVE_WITH_POSEIDON END ===
// === SMALL BEGIN ===
Expand Down

0 comments on commit 99dfe19

Please sign in to comment.