File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
browser-extension/tests/lib/enhancers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ describe('github', () => {
27
27
) . toMatchInlineSnapshot ( `
28
28
<React.Fragment>
29
29
<span
30
- className="font-mono text-sm text- muted-foreground"
30
+ className="font-mono text-muted-foreground text-sm "
31
31
>
32
32
diffplug/selfie
33
33
</span>
@@ -74,7 +74,7 @@ describe('github', () => {
74
74
) . toMatchInlineSnapshot ( `
75
75
<React.Fragment>
76
76
<span
77
- className="w -4 h -4 flex items-center justify-center flex-shrink-0 "
77
+ className="flex h -4 w -4 flex-shrink-0 items-center justify-center"
78
78
>
79
79
<IssueOpenedIcon
80
80
size={16}
@@ -83,7 +83,7 @@ describe('github', () => {
83
83
#
84
84
523
85
85
<a
86
- className="hover:underline truncate "
86
+ className="truncate hover:underline"
87
87
href="https://github.com/diffplug/selfie"
88
88
>
89
89
diffplug/selfie
You can’t perform that action at this time.
0 commit comments