Skip to content

Commit 2be8812

Browse files
committed
tidy
1 parent a3adcd2 commit 2be8812

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/etc/lldb_providers.py

+2
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def update(self):
130130
def has_children(self) -> bool:
131131
return False
132132

133+
133134
def get_template_args(type_name: str) -> List[str]:
134135
params = []
135136
level = 0
@@ -148,6 +149,7 @@ def get_template_args(type_name: str) -> List[str]:
148149
start = i + 1
149150
return params
150151

152+
151153
def SizeSummaryProvider(valobj: SBValue, _dict: LLDBOpaque) -> str:
152154
return "size=" + str(valobj.GetNumChildren())
153155

0 commit comments

Comments
 (0)