Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagofneto committed Jan 2, 2024
1 parent 4fc0991 commit 66b404c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/air/constants.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,5 @@ const MAX_ADDRESS: felt252 = 0xffffffffffffffff;
const INITIAL_PC: felt252 = 1;

fn get_builtins() -> Array<felt252> {
array![
'output',
'pedersen',
'range_check',
'bitwise'
]
array!['output', 'pedersen', 'range_check', 'bitwise']
}

0 comments on commit 66b404c

Please sign in to comment.