Skip to content

Commit

Permalink
formatting adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeohepperle committed Nov 23, 2023
1 parent ce60070 commit 390cd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion description/src/formatting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub fn format_type_description(input: &str) -> String {
Small,
}

const SMALL_SCOPE_MAX_TOKENS: usize = 10;
const SMALL_SCOPE_MAX_TOKENS: usize = 30;
/// should be called on the chars iterator shortly after open_token was encountered.
fn scope_is_small(
chars: &mut PeekMoreIterator<Chars>,
Expand Down

0 comments on commit 390cd15

Please sign in to comment.