diff options
Diffstat (limited to 'source/github-helpers/group-buttons.tsx')
-rw-r--r-- | source/github-helpers/group-buttons.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/github-helpers/group-buttons.tsx b/source/github-helpers/group-buttons.tsx index 0a0bc44d..03b23cef 100644 --- a/source/github-helpers/group-buttons.tsx +++ b/source/github-helpers/group-buttons.tsx @@ -43,4 +43,3 @@ export const groupSiblings = (button: Element): Element => { return groupButtons(siblings); }; - |