Skip to content

Commit ff29870

Browse files
committed
chore: reformat files due to latest clang-format
1 parent 8f2e252 commit ff29870

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

karma-test-shim.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ function onlySpecFiles(path) {
4242
}
4343

4444
function resolveTestFiles() {
45-
return Object.keys(window.__karma__.files) // All files served by Karma.
45+
return Object
46+
.keys(window.__karma__.files) // All files served by Karma.
4647
.filter(onlySpecFiles)
4748
.map(function(moduleName) {
4849
// loads all spec files via their global module names (e.g.

src/core.ts

+1-8
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,5 @@ export {NgbProgressbar} from './progressbar/progressbar';
1313
export {NgbRating} from './rating/rating';
1414

1515
export const NGB_DIRECTIVES = [
16-
NgbAccordion,
17-
NgbAccordionPanel,
18-
NgbCollapse,
19-
NgbDropdown,
20-
NgbDropdownToggle,
21-
NgbPagination,
22-
NgbProgressbar,
23-
NgbRating
16+
NgbAccordion, NgbAccordionPanel, NgbCollapse, NgbDropdown, NgbDropdownToggle, NgbPagination, NgbProgressbar, NgbRating
2417
];

0 commit comments

Comments
 (0)