Skip to content

Commit

Permalink
style: make fmt happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilerd committed Sep 10, 2024
1 parent c5105fa commit 22d7d90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ActionIcon, Badge, Group, Stack, Table, Text } from '@mantine/core';
import { ActionIcon, Badge, Group, Stack, Table } from '@mantine/core';
import { IconFile, IconPencil, IconZoomExclamation } from '@tabler/icons-react';
import { format } from 'date-fns';
import { JournalTransactionItem } from '../../../rest-model';
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Journals.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Badge, Button, CloseButton, Group, Input, Pagination, Pill, Table, Text } from '@mantine/core';
import { Button, CloseButton, Group, Input, Pagination, Pill, Table, Text } from '@mantine/core';
import { useEffect, useMemo, useState } from 'react';
import TableViewJournalLine from '../components/journalLines/tableView/TableViewJournalLine';
import { Heading } from '../components/basic/Heading';
Expand Down
1 change: 1 addition & 0 deletions zhang-ast/src/utils/inventory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ impl LotMeta {
}

/// Inventory likes a warehouse to record how many commodities are used, and how much are they.
///
/// And for investment tracing purpose, we need to record more details about how much we brought the commodity, and when.
/// That's why we need to use `lots` to record the info.
#[derive(Debug, Clone)]
Expand Down

0 comments on commit 22d7d90

Please sign in to comment.