Skip to content

Commit

Permalink
style: format code with Prettier and StandardJS
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in ec6859f according to the output
from Prettier and StandardJS.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Sep 23, 2024
1 parent ec6859f commit 72da670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/postmessage/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ const PostMessage = () => {
style={{
display: 'block',
border: 'none',
width: '100%',
width: '100%'
}}
src={childOrigin}
ref={ref}
width="800px"
height="600px"
width='800px'
height='600px'
// sandbox=""
/>
</>
Expand Down

0 comments on commit 72da670

Please sign in to comment.