Fixed linter & formatter issues in boot files

This commit is contained in:
Steve Gravrock
2021-09-03 15:46:23 -07:00
parent 6603ed7ddc
commit bbcb5ff42f
6 changed files with 68 additions and 54 deletions

View File

@@ -61,4 +61,4 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
for (var property in jasmineInterface) {
global[property] = jasmineInterface[property];
}
}());
})();