Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpaterson committed Dec 17, 2024
1 parent 616f11f commit 12c2d6d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/commands/shell.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ import {
validateDatabaseOrSecret,
yargsWithCommonConfigurableQueryOptions,
} from "../lib/command-helpers.mjs";
import {
formatQueryResponse,
getSecret,
} from "../lib/fauna-client.mjs";
import { formatQueryResponse, getSecret } from "../lib/fauna-client.mjs";
import { clearHistoryStorage, initHistoryStorage } from "../lib/file-util.mjs";

async function shellCommand(argv) {
Expand Down

0 comments on commit 12c2d6d

Please sign in to comment.