Skip to content

Commit

Permalink
chore: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Apr 30, 2024
1 parent d719c79 commit c3e8c8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/styled-components/src/models/ServerStyleSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const hasContentInStyle = (string: string) => {
return string[num - 1] !== '>';
};


export default class ServerStyleSheet {
instance: StyleSheet;
sealed: boolean;
Expand Down

0 comments on commit c3e8c8e

Please sign in to comment.