Add missing semicolon to mojo documentation
Change-Id: I2135ccc7a194453497b87a9ffcdcc22c9fef41c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5238228 Auto-Submit: Nina Satragno <nsatragno@chromium.org> Reviewed-by: Ken Buchanan <kenrb@chromium.org> Commit-Queue: Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/main@{#1252330}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
2973d0af3b
commit
0810b57914
@ -431,7 +431,7 @@ The preferred way to define the sandbox for your interface is by specifying a
|
||||
`[ServiceSandbox=type]` attribute on your `interface {}` in its `.mojom` file:
|
||||
|
||||
```
|
||||
import "sandbox/policy/mojom/sandbox.mojom"
|
||||
import "sandbox/policy/mojom/sandbox.mojom";
|
||||
[ServiceSandbox=sandbox.mojom.Sandbox.kService]
|
||||
interface FakeService {
|
||||
...
|
||||
|
Reference in New Issue
Block a user