Fix tests and formatting

This commit is contained in:
leigh-mil
2019-06-10 10:57:44 -04:00
parent 42970ded6f
commit 46cd8f3762
7 changed files with 19 additions and 16 deletions

View File

@@ -14,6 +14,6 @@ export default {
},
data: function() {
return {clinIndex: this.initialClinIndex}
return { clinIndex: this.initialClinIndex }
},
}