Fix indentation

このコミットが含まれているのは:
scarlett 2018-08-24 20:19:22 +01:00
コミット 60b115320f
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -113,7 +113,7 @@ const Status = {
if (this.status.visibility === 'private') {
var textBody = this.status.text
if (this.status.summary !== null) {
textBody = textBody.substring(this.status.summary.length, textBody.length)
textBody = textBody.substring(this.status.summary.length, textBody.length)
}
return textBody.startsWith('@')
}