Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
  • Loading branch information
gabrieldemarmiesse committed May 20, 2024
1 parent fa270a3 commit 9439280
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stdlib/src/collections/_index_normalization.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ fn get_out_of_bounds_error_message[

@always_inline
fn normalize_index[
inferred IndexType: Indexer, inferred ContainerType: Sized, container_name: StringLiteral
inferred IndexType: Indexer,
inferred ContainerType: Sized,
container_name: StringLiteral,
](index_value: IndexType, container: ContainerType) -> Int:
"""Normalize the given index value to a valid index value for the given container length.
Expand Down

0 comments on commit 9439280

Please sign in to comment.