We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd74b4 commit 25a6ef6Copy full SHA for 25a6ef6
libc/utils/hdrgen/hdrgen/header.py
@@ -241,7 +241,5 @@ def json_data(self):
241
return {
242
"name": self.name,
243
"standards": self.standards,
244
- "includes": sorted(
245
- str(file) for file in {COMMON_HEADER} | self.includes()
246
- ),
+ "includes": sorted(str(file) for file in {COMMON_HEADER} | self.includes()),
247
}
0 commit comments