Skip to content

Commit f5e3e1e

Browse files
committed
Fix formatting
1 parent 33b000f commit f5e3e1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/quiz/Example.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,10 @@
343343
this.calculateScore()
344344
},
345345
346-
onTimer(time, formattedTime) {
347-
this.time = formattedTime
348-
this.formattedTime = formattedTime
349-
}
346+
onTimer(time, formattedTime) {
347+
this.time = formattedTime
348+
this.formattedTime = formattedTime
349+
}
350350
},
351351
}
352352
</script>

0 commit comments

Comments
 (0)