Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 7d75b13

Browse files
committed
alligned the comment style for a constant with other comments
1 parent f32a0ba commit 7d75b13

File tree

1 file changed

+1
-1
lines changed
  • account-compression/programs/account-compression/src

1 file changed

+1
-1
lines changed

account-compression/programs/account-compression/src/canopy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use solana_program::keccak::hashv;
2424
use spl_concurrent_merkle_tree::node::{empty_node_cached, empty_node_cached_mut, Node, EMPTY};
2525
use std::mem::size_of;
2626

27-
// 30 is hard coded as it is the current max depth that SPL Compression supports
27+
/// Maximum depth of the tree, supported by the SPL Compression
2828
const MAX_SUPPORTED_DEPTH: usize = 30;
2929

3030
#[inline(always)]

0 commit comments

Comments
 (0)