Format code with prettier
This commit fixes the style issues introduced in 22bd796
according to the output
from prettier.
Details: https://deepsource.io/gh/MillenniumEarl/F95API/transform/57cbbdf9-5bee-4d10-9216-671d1f284622/
pull/36/head
parent
22bd79684c
commit
49ad6896cd
|
@ -4,7 +4,7 @@
|
||||||
const fs = require("fs");
|
const fs = require("fs");
|
||||||
|
|
||||||
// Public modules from npm
|
// Public modules from npm
|
||||||
const _ = require('lodash');
|
const _ = require("lodash");
|
||||||
const expect = require("chai").expect;
|
const expect = require("chai").expect;
|
||||||
const sleep = require("sleep");
|
const sleep = require("sleep");
|
||||||
const dotenv = require("dotenv");
|
const dotenv = require("dotenv");
|
||||||
|
|
Loading…
Reference in New Issue