Skip to content

Commit e12136e

Browse files
committed
GitHub: Fix indentation.
1 parent fbb81fe commit e12136e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GitHubA11yFixes.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ const DYNAMIC_TWEAKS = [
157157
cell.setAttribute("role", "cell");
158158
}
159159
}},
160-
// Commit group headers in commit listings.
161-
{selector: '.commit-group-title',
162-
tweak: [makeHeading, 2]},
160+
// Commit group headers in commit listings.
161+
{selector: '.commit-group-title',
162+
tweak: [makeHeading, 2]},
163163
];
164164

165165
/*** Lights, camera, action! ***/

0 commit comments

Comments
 (0)