Skip to content

Commit

Permalink
style: fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Jan 8, 2024
1 parent b7f3d43 commit 652e833
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Docs/SnippetViewer/WriteAuthzModelViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,7 @@ async def write_authorization_model():
`;
}

function writeAuthZModelViewer(
lang: SupportedLanguage,
opts: WriteAuthzModelViewerOpts,
) {
function writeAuthZModelViewer(lang: SupportedLanguage, opts: WriteAuthzModelViewerOpts) {
switch (lang) {
case SupportedLanguage.CLI: {
return writeAuthZModelViewerCli(opts.authorizationModel);
Expand Down

0 comments on commit 652e833

Please sign in to comment.