Skip to content

Commit

Permalink
extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmaddock committed Oct 3, 2024
1 parent e24ce52 commit 69f98bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wg-api/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ protocol.registerSchemesAsPrivileged([

// Good: third-party libraries can create, read, update, and delete items
if (protocol.getPrivilegedSchemes().includes(scheme => scheme.scheme === 'app')) {
protocol.unregisterSchemeAsPrivileged('app' )
protocol.unregisterSchemeAsPrivileged('app')
}
protocol.registerSchemeAsPrivileged({ scheme: 'app', privileges: { standard: true } })
protocol.updatePrivilegedScheme({ scheme: 'app', privileges: { secure: true } })
Expand Down

0 comments on commit 69f98bf

Please sign in to comment.