未验证 提交 b05c6799 编写于 作者: 黄丹丹 提交者: Gitee

update zh-cn/application-dev/database/database-relational-guidelines.md.

去多余空格

Signed-off-by: ddhuangn<ddhuangn@isoftstone.com>
上级 9b647701
......@@ -331,7 +331,7 @@
promise.then((result) => {
console.log('sync done.')
for (let i = 0; i < result.length; i++) {
console.log('device=' + result[i][0] + ' status=' + result[i][1])
console.log('device=' + result[i][0] + 'status=' + result[i][1])
}
}).catch((err) => {
console.log('sync failed')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册