Skip to content

Commit

Permalink
add newlines at end of files
Browse files Browse the repository at this point in the history
Signed-off-by: Vasil Vasilev <vasil.vasilev@bosch.com>
  • Loading branch information
vvasilevbosch committed Nov 7, 2023
1 parent 51d7a0b commit 42c8cbc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ui/modules/operations/operations.html
Expand Up @@ -52,4 +52,4 @@ <h5 data-bs-toggle="collapse" data-bs-target="#servicesLogging">Ditto Services L
</template>
</div>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion ui/modules/piggyback/piggyback.html
Expand Up @@ -100,4 +100,4 @@ <h6>Result</h6>
</div>
</div>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion ui/modules/piggyback/piggybackPlaceholders.json
Expand Up @@ -8,4 +8,4 @@
"type": "things.commands:retrieveThing",
"thingID": "com.acme:foobar1"
}
}
}
3 changes: 2 additions & 1 deletion ui/modules/piggyback/templates.html
Expand Up @@ -38,4 +38,5 @@
</div>
</div>
</div>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion ui/modules/utils.ts
Expand Up @@ -407,4 +407,4 @@ export function tableAdjustSelection(tbody: HTMLTableElement, condition: (row: H
*/
export function stringifyPretty(jsonObject: Object): string {
return JSON.stringify(jsonObject, null, 2);
}
}

0 comments on commit 42c8cbc

Please sign in to comment.