Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-bubu committed Mar 5, 2024
1 parent ecc5662 commit 62d2114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions chain-cli/src/commands/connect/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { ux } from "@oclif/core";

import axios from "axios";
import fs from "fs";

import Connect from "../../../src/commands/connect";
import * as utils from "../../galachain-utils";
import fs from "fs";
import { ux } from "@oclif/core";

const fakePrivateKey = "bf2168e0e2238b9d879847987f556a093040a2cab07983a20919ac33103d0d00";
const fakeInvalidPrivateKey = "bf2168e0e2238b9d879";
Expand Down
2 changes: 1 addition & 1 deletion chain-cli/src/commands/info/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
import { ux } from "@oclif/core";

import axios from "axios";
import fs from "fs";

import Info from "../../../src/commands/info";
import fs from "fs";

const fakePrivateKey = "bf2168e0e2238b9d879847987f556a093040a2cab07983a20919ac33103d0d00";

Expand Down

0 comments on commit 62d2114

Please sign in to comment.