Skip to content

Commit 2ac1df9

Browse files
committed
extra space
1 parent e24ce52 commit 2ac1df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: wg-api/best-practices.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ protocol.registerSchemesAsPrivileged([
157157

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

0 commit comments

Comments
 (0)