1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-17 10:07:29 -06:00

Fix indent

This commit is contained in:
syuilo 2018-12-23 03:31:11 +09:00
parent 7d6aac3431
commit 874b8fc3c2
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -236,7 +236,7 @@ export default Vue.extend({
},
methods: {
trimmedLength(text: string) {
trimmedLength(text: string) {
return length(text.trim());
},