[guide] fix typo in space-before-blocks

This commit is contained in:
Maksim Ploski
2022-10-31 21:57:59 +03:00
committed by GitHub
parent c6b1a43c48
commit 38f1488918

View File

@@ -2509,7 +2509,7 @@ Other Style Guides
}
// bad
dog.set('attr', {
dog.set('attr',{
age: '1 year',
breed: 'Bernese Mountain Dog',
});