Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 0220400

Browse files
committed
Avoid mixed spaces/tabs
1 parent c1911b6 commit 0220400

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fiori/app/browse/fiori-service.cds

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ using CatalogService from '@capire/bookshop';
66
//
77
annotate CatalogService.Books with @(
88
UI: {
9-
HeaderInfo: {
9+
HeaderInfo: {
1010
TypeName: 'Book',
1111
TypeNamePlural: 'Books',
12-
Description: {Value: author}
13-
},
12+
Description: {Value: author}
13+
},
1414
HeaderFacets: [
1515
{$Type: 'UI.ReferenceFacet', Label: '{i18n>Description}', Target: '@UI.FieldGroup#Descr'},
1616
],
@@ -38,7 +38,7 @@ annotate CatalogService.Books with @(
3838
//
3939
annotate CatalogService.Books with @(
4040
UI: {
41-
SelectionFields: [ ID, price, currency_code ],
41+
SelectionFields: [ ID, price, currency_code ],
4242
LineItem: [
4343
{Value: title},
4444
{Value: author, Label:'{i18n>Author}'},

0 commit comments

Comments
 (0)