Skip to content

Commit 92c58f7

Browse files
committed
flake8, more codesize
1 parent f77f99c commit 92c58f7

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"a.html": 346,
33
"a.html.gz": 262,
4-
"a.js": 21968,
5-
"a.js.gz": 11536,
6-
"total": 22314,
7-
"total_gz": 11798
4+
"a.js": 22195,
5+
"a.js.gz": 11595,
6+
"total": 22541,
7+
"total_gz": 11857
88
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"a.html": 346,
33
"a.html.gz": 262,
4-
"a.js": 21494,
5-
"a.js.gz": 11365,
6-
"total": 21840,
7-
"total_gz": 11627
4+
"a.js": 21721,
5+
"a.js.gz": 11428,
6+
"total": 22067,
7+
"total_gz": 11690
88
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"a.html": 17276,
3-
"a.html.gz": 7511,
4-
"total": 17276,
5-
"total_gz": 7511
2+
"a.html": 17270,
3+
"a.html.gz": 7509,
4+
"total": 17270,
5+
"total_gz": 7509
66
}

tools/feature_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Feature(IntEnum):
4646
Feature.NON_TRAPPING_FPTOINT: {
4747
'chrome': 75,
4848
'firefox': 65,
49-
'safari': 140100, #TODO: Reset back to 150000 when the default changes
49+
'safari': 140100, # TODO: Reset back to 150000 when the default changes
5050
},
5151
Feature.SIGN_EXT: {
5252
'chrome': 74,

0 commit comments

Comments
 (0)