mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 02:17:40 -07:00
Fix indent
This commit is contained in:
parent
aaa865beb9
commit
2eea6e9f39
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ export default Vue.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
trimmedLength(text: string) {
|
trimmedLength(text: string) {
|
||||||
return length(text.trim());
|
return length(text.trim());
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue