Skip to content

Commit 25a6ef6

Browse files
committed
reformatted
1 parent ecd74b4 commit 25a6ef6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libc/utils/hdrgen/hdrgen/header.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,5 @@ def json_data(self):
241241
return {
242242
"name": self.name,
243243
"standards": self.standards,
244-
"includes": sorted(
245-
str(file) for file in {COMMON_HEADER} | self.includes()
246-
),
244+
"includes": sorted(str(file) for file in {COMMON_HEADER} | self.includes()),
247245
}

0 commit comments

Comments
 (0)