Skip to content

Commit b2cc27b

Browse files
fix linting (#368)
1 parent 4db4ae4 commit b2cc27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ fn create_invoke_context_fields(
721721
let program_runtime_environment_v1 = agave_syscalls::create_program_runtime_environment_v1(
722722
&input.feature_set.runtime_features(),
723723
&compute_budget.to_budget(),
724-
false, /* deployment */
724+
false, /* deployment */
725725
std::env::var("ENABLE_VM_TRACING").is_ok(), /* debugging_features */
726726
)
727727
.unwrap();

0 commit comments

Comments
 (0)