Ignore:
Timestamp:
07/22/20 13:08:15 (4 years ago)
Author:
DimitarSlezenkovski <dslezenkovski@…>
Branches:
master
Children:
ca0dae7
Parents:
1f041f6
Message:

Format code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Farmatiko/ClientApp/src/app/models/Pandemic.ts

    r1f041f6 r46c298d  
    11export class Pandemic {
    2     Name: string;
    3     TotalMK: BigInt;
    4     ActiveMK: BigInt;
    5     DeathsMK: BigInt;
    6     NewMK: BigInt;
    7     TotalGlobal: BigInt;
    8     DeathsGlobal: BigInt;
    9     ActiveGlobal: BigInt;
     2  Name: string;
     3  TotalMK: BigInt;
     4  ActiveMK: BigInt;
     5  DeathsMK: BigInt;
     6  NewMK: BigInt;
     7  TotalGlobal: BigInt;
     8  DeathsGlobal: BigInt;
     9  ActiveGlobal: BigInt;
    1010}
Note: See TracChangeset for help on using the changeset viewer.