Skip to content

Commit beb96a1

Browse files
committed
formatting
1 parent 3f34214 commit beb96a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/class-solid/src/components/Analysis.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ export function VerticalProfilePlot({
251251
const classVariable = () =>
252252
variableOptions[analysis.variable as keyof typeof variableOptions];
253253

254-
255254
type PlumeVariable = "theta" | "qt" | "thetav" | "T" | "Td" | "rh" | "w";
256255
function isPlumeVariable(v: string): v is PlumeVariable {
257256
return ["theta", "qt", "thetav", "T", "Td", "rh", "w"].includes(v);

0 commit comments

Comments
 (0)