Run formatter

This commit is contained in:
Nito Buendia
2022-03-16 23:01:20 +08:00
parent faf210ab4c
commit 1660015c12
2 changed files with 33 additions and 24 deletions

View File

@@ -19,9 +19,7 @@ getJasmineRequireObj().toHaveSpyInteractions = function(j$) {
if (!j$.isObject_(actual)) {
throw new Error(
getErrorMsg(
'Expected a spy object, but got ' + typeof actual + '.'
)
getErrorMsg('Expected a spy object, but got ' + typeof actual + '.')
);
}