Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccollum-woolpert committed Nov 6, 2023
1 parent 8926b35 commit 866008e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ import {
ViewEncapsulation,
} from '@angular/core';
import { DataSource } from 'src/app/shared/models';
import {
getCapacityQuantityUnit,
getUnitAbbreviation,
} from 'src/app/util';
import { getCapacityQuantityUnit, getUnitAbbreviation } from 'src/app/util';
import { RouteMetadata } from '../../models';
import { selectAllowExperimentalFeatures } from '../../../../app/core/selectors/config.selectors';
import { Store } from '@ngrx/store';
Expand Down

0 comments on commit 866008e

Please sign in to comment.