Skip to content

Commit bbd0ad4

Browse files
committed
fix formatting
1 parent ed9effb commit bbd0ad4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/slang/slang.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -3095,8 +3095,7 @@ static void _calcViewInitiatingHierarchy(
30953095
for (auto& [_, value] : outHierarchy)
30963096
{
30973097
value.sort(
3098-
[](SourceView* a, SourceView* b) -> bool
3099-
{
3098+
[](SourceView* a, SourceView* b) -> bool {
31003099
return a->getInitiatingSourceLoc().getRaw() < b->getInitiatingSourceLoc().getRaw();
31013100
});
31023101
}

0 commit comments

Comments
 (0)