Skip to content

Commit b5af7df

Browse files
committed
refactor: fixing formatting
1 parent 80f3a94 commit b5af7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/observability/src/shared/components/gauge/gauge.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { CommonModule } from '@angular/common';
22
import { NgModule } from '@angular/core';
33
import { FormattingModule } from '@hypertrace/common';
4-
import { LayoutChangeModule,TooltipModule } from '@hypertrace/components';
4+
import { LayoutChangeModule, TooltipModule } from '@hypertrace/components';
55
import { GaugeComponent } from './gauge.component';
66

77
@NgModule({

0 commit comments

Comments
 (0)