Skip to content

Commit be5bd2e

Browse files
committed
tidy
1 parent a5fbc20 commit be5bd2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/etc/lldb_providers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -932,8 +932,8 @@ def get_type_name(self) -> str:
932932
ptee_type: SBType = type.GetPointeeType()
933933

934934
while ptr_type.is_pointer or ptr_type.is_reference:
935-
# remove the `const` modifier as it indicates the const-ness of any pointer/ref pointing *to* it
936-
# not its own constness
935+
# remove the `const` modifier as it indicates the const-ness of any pointer/ref pointing
936+
# *to* it not its own constness
937937
# For example:
938938
# const u8 *const * -> &&u8
939939
# u8 *const * -> &&mut u8

0 commit comments

Comments
 (0)