Recover 'Add missing spaces around = sign'
authorPeter Marheine <peter@taricorp.net>
Mon, 8 Jan 2018 05:22:15 +0000 (16:22 +1100)
committerPeter Marheine <peter@taricorp.net>
Mon, 8 Jan 2018 05:22:15 +0000 (16:22 +1100)
First changed in e8a1ba6f63a93430b1de6fc772e3f950d5bd63f2 which failed
to update the book and was replaced in
1271bb4de0c0e0a085be239c2418af9c673ffc87.

src/doc/src/reference/manifest.md

index 5dfa60f6afbc05d95ca463967773d39ad9b3d583..14480978452b95330a26228e2ecb315309626309 100644 (file)
@@ -743,7 +743,7 @@ bar = { path = 'my/local/bar' }
 git = 'https://github.com/example/baz'
 
 [patch.'https://github.com/example/baz']
-baz = { git = 'https://github.com/example/patched-baz', branch='my-branch' }
+baz = { git = 'https://github.com/example/patched-baz', branch = 'my-branch' }
 ```
 
 The `[patch]` table is made of dependency-like sub-tables. Each key after