Commit 15b87e11 by panjiangyi

格式化代码

parent 86932012
Showing with 1 additions and 1 deletions
...@@ -45,7 +45,7 @@ class Chat { ...@@ -45,7 +45,7 @@ class Chat {
public getSdk = () => { public getSdk = () => {
if (this._sdk == null) { if (this._sdk == null) {
throw new Error("sdk shouldn't undefined") throw new Error("sdk shouldn't undefined");
}; };
return this._sdk(); return this._sdk();
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment