Fix indent

This commit is contained in:
syuilo 2018-12-23 03:31:11 +09:00
parent aaa865beb9
commit 2eea6e9f39

View File

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