Add space, remove blank line

This commit is contained in:
Oliver Davies 2019-06-14 12:30:47 +01:00
parent b7dc94b0e2
commit 42acef934a

View file

@ -103,9 +103,8 @@ export default {
}
},
methods: {
isActive(item) {
isActive (item) {
return this.pageUrl.match(new RegExp(item.pattern))
}
}