Properly indent all source files

This commit is contained in:
Kai S. K. Engelbart 2021-01-25 12:34:23 +01:00
parent 2d3782cc82
commit 2f6231a6b5
106 changed files with 5170 additions and 5171 deletions

View File

@ -162,8 +162,7 @@ export class PredictionComponent implements OnInit {
{ {
table: { table: {
widths: ['auto', '*', 'auto', 'auto', 'auto'], widths: ['auto', '*', 'auto', 'auto', 'auto'],
body: [ body: [[
[
{text: new Date().toLocaleDateString(), style: 'tableHeader'}, {text: new Date().toLocaleDateString(), style: 'tableHeader'},
{text: 'Customer', style: 'tableHeader'}, {text: 'Customer', style: 'tableHeader'},
{text: 'Security class', style: 'tableHeader'}, {text: 'Security class', style: 'tableHeader'},