Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Sep 7, 2023
1 parent 6571296 commit 4081c72
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/mui-base/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ There are docs generation scripts that require this pattern.

```ts
function useAwesomeControl(parameters: UseAwesomeControlParameters) {
const {
disabled,
readOnly
} = parameters;

const { disabled, readOnly } = parameters;

// the rest of the hook's logic...
}
```
Expand Down

0 comments on commit 4081c72

Please sign in to comment.