Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove extra new lines
Browse files Browse the repository at this point in the history
Signed-off-by: VillageR88 <[email protected]>
VillageR88 committed Sep 26, 2023
1 parent fff4f0c commit 7d21fd5
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/TriggerLogs/CompositeCanvas.tsx
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@ import { Colors } from '../../utils/colors';
import { CompositeLogEntry } from '../../utils/logs/TriggerLogsParser';
import mouseZoomPlugin from '../../utils/uPlot/mouseZoomPlugin';
import touchZoomPlugin from '../../utils/uPlot/touchZoomPlugin';

import LogsPagination from './LogsPagination';

const scale = 2;
1 change: 0 additions & 1 deletion src/components/TriggerLogs/ToothCanvas.tsx
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@ import { Colors } from '../../utils/colors';
import { EntryType, ToothLogEntry } from '../../utils/logs/TriggerLogsParser';
import mouseZoomPlugin from '../../utils/uPlot/mouseZoomPlugin';
import touchZoomPlugin from '../../utils/uPlot/touchZoomPlugin';

import LogsPagination from './LogsPagination';

const { bars } = uPlot.paths;

0 comments on commit 7d21fd5

Please sign in to comment.