fix indentation

This commit is contained in:
Namhyeon Go 2020-07-27 18:07:33 +09:00
parent 51ec5be448
commit 741ff688bb

View File

@ -1,8 +1,8 @@
(function() { (function() {
return { return {
setUp: function() { setUp: function() {
inform('Starting...'); inform('Starting...');
}, },
tearDown: function() { tearDown: function() {
inform('Finishing...') inform('Finishing...')