Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Dec 2, 2024
1 parent fc6ea88 commit 6020c23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cairo_vm_hints/src/hints/vars.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ pub mod ids {
pub(crate) const DEVISOR: &str = "ids.devisor";
pub(crate) const FIRST_BYTE: &str = "ids.first_byte";
pub(crate) const I: &str = "ids.i";
pub(crate) const IS_LEFT_SMALLER: &str = "ids.is_left_smaller";
pub(crate) const IS_LONG: &str = "ids.is_long";
pub(crate) const ITEM_TYPE: &str = "ids.item_type";
pub(crate) const LEFT: &str = "ids.left";
pub(crate) const N_BUILTINS: &str = "n_builtins";
pub(crate) const N_PROCESSED_WORDS: &str = "ids.n_processed_words";
pub(crate) const N_SELECTED_BUILTINS: &str = "n_selected_builtins";
pub(crate) const Q: &str = "ids.q";
pub(crate) const R: &str = "ids.r";
pub(crate) const RETURN_BUILTIN_PTRS: &str = "return_builtin_ptrs";
pub(crate) const RIGHT: &str = "ids.right";
pub(crate) const RLP: &str = "ids.rlp";
pub(crate) const SELECT_BUILTIN: &str = "select_builtin";
pub(crate) const SELECTED_ENCODINGS: &str = "selected_encodings";
pub(crate) const SELECTED_PTRS: &str = "selected_ptrs";
pub(crate) const SYSCALL_PTR: &str = "syscall_ptr";
pub(crate) const TASK_HASH: &str = "ids.task_hash";
pub(crate) const VALUE_LEN: &str = "ids.value_len";
pub(crate) const VALUE: &str = "ids.value";
pub(crate) const IS_LEFT_SMALLER: &str = "ids.is_left_smaller";
pub(crate) const LEFT: &str = "ids.left";
pub(crate) const RIGHT: &str = "ids.right";
pub(crate) const TASK_HASH: &str = "ids.task_hash";
}

0 comments on commit 6020c23

Please sign in to comment.