Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Oct 17, 2024
1 parent 56f8024 commit caf643a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/database/views/query/ResultPane/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import { Icon } from "~/components/Icon";
import { ListMenu } from "~/components/ListMenu";
import { ContentPane } from "~/components/Pane";
import { RESULT_FORMATS, RESULT_MODES } from "~/constants";
import { executeEditorQuery } from "~/editor/query";
import { useStable } from "~/hooks/stable";
import { useIsLight } from "~/hooks/theme";
import { cancelLiveQueries } from "~/screens/database/connection/connection";
Expand All @@ -34,7 +35,6 @@ import { useDatabaseStore } from "~/stores/database";
import { useInterfaceStore } from "~/stores/interface";
import type { QueryResponse, ResultFormat, ResultMode, TabQuery } from "~/types";
import { CombinedJsonPreview, LivePreview, SingleJsonPreview } from "./preview";
import { executeEditorQuery } from "~/editor/query";

function computeRowCount(response: QueryResponse) {
if (!response) {
Expand Down

0 comments on commit caf643a

Please sign in to comment.