Skip to content

Commit 5c5d013

Browse files
committed
Add whitespace
Add whitespace
1 parent 027b718 commit 5c5d013

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sampleApp/sample.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ oneNoteDataProvider.getNotebooks().then((notebooks) => {
5353
},
5454
onSectionSelected: (section, breadcrumbs) => {
5555
globalProps.globals.selectedId = section.id;
56+
5657
// tslint:disable-next-line:no-console
5758
console.log(breadcrumbs.map(x => x.name).join(' > '));
5859

@@ -61,6 +62,7 @@ oneNoteDataProvider.getNotebooks().then((notebooks) => {
6162
},
6263
onPageSelected: (page, breadcrumbs) => {
6364
globalProps.globals.selectedId = page.id;
65+
6466
// tslint:disable-next-line:no-console
6567
console.log(breadcrumbs.map(x => x.name).join(' > '));
6668

0 commit comments

Comments
 (0)