Skip to content

Commit 64cc526

Browse files
davenquinngithub-actions[bot]
authored andcommitted
Apply formatting changes
1 parent 3e7196d commit 64cc526

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/column-views/src/column.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ interface BaseColumnProps extends SectionSharedProps {
7272
export type UnconformityLabelPlacement = "minimal" | "prominent" | "none";
7373

7474
export interface ColumnProps
75-
extends Padding,
76-
BaseColumnProps,
77-
ColumnHeightScaleOptions {
75+
extends Padding, BaseColumnProps, ColumnHeightScaleOptions {
7876
// Macrostrat units
7977
units: UnitLong[];
8078
t_age?: number;

0 commit comments

Comments
 (0)