Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
scote committed Sep 15, 2017
1 parent 15f629b commit 7c8d25d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo-app/src/app/app.routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import { RadioButtonComponent } from './radio-button/radio-button.component';
import { SelectComponent } from './select/select.component';
import { SidenavComponent } from './sidenav/sidenav.component';
import { SpinnerComponent } from './spinner/spinner.component';
import { TextareaComponent } from './textarea/textarea.component';
import { TabComponent } from './tab/tab.component';
import { TextareaComponent } from './textarea/textarea.component';
import { ToastComponent } from './toast/toast.component';
import { TooltipComponent } from './tooltip/tooltip.component';
import { ValidationComponent } from './validation/validation.component';
Expand Down
2 changes: 1 addition & 1 deletion demo-app/src/app/tab/tab.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ import { TabComponent } from './tab.component';
],
declarations: [TabComponent],
})
export class TabModule { }
export class TabModule { }

0 comments on commit 7c8d25d

Please sign in to comment.