Skip to content

Commit

Permalink
Updating formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 20, 2024
1 parent 40066d1 commit d2ca541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/utils/agent.utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Agent } from "@dfinity/agent";
import { AnonymousIdentity, HttpAgent } from "@dfinity/agent";
import { isNullish, nonNullish } from "./nullish.utils";
import type { CreateAgentParams } from "../types/agent.utils";
import { isNullish, nonNullish } from "./nullish.utils";

/**
* Get a default agent that connects to mainnet with the anonymous identity.
Expand Down

0 comments on commit d2ca541

Please sign in to comment.