Fix whitespace

This commit is contained in:
Ron Bellido 2022-03-16 09:39:21 -07:00
parent 377a4bd112
commit 4b2fb46a4d

View File

@ -15,8 +15,6 @@ class FakeMetaCommand extends MetaCommand
// autoloader when it is done, and we certainly do not want to throw exceptions when we are simply checking if
// a certain class exists. We are instead changing this to be a noop.
return function () {
};
return function () {};
}
}