Fix syntax error in skia project.yaml

It was added in #594
This commit is contained in:
Oliver Chang 2017-05-10 13:48:08 -07:00 committed by GitHub
parent 9be996d10d
commit d805e5ffce
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ auto_ccs:
- "hcm@chromium.org" - "hcm@chromium.org"
sanitizers: sanitizers:
- address - address
- undefined - undefined:
experimental: True experimental: True
- memory - memory