mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
Removed Unnecessary semicolon
This commit is contained in:
parent
f11a133f43
commit
c4cc99bcc7
@ -165,7 +165,7 @@ export class Utils {
|
||||
dayOfYear++; //Add an extra day for march to december (mn>1) on leap years
|
||||
}
|
||||
return dayOfYear;
|
||||
};
|
||||
}
|
||||
|
||||
static renderDataSize(size: number): string {
|
||||
const postFixes = ['B', 'KB', 'MB', 'GB', 'TB'];
|
||||
|
Loading…
Reference in New Issue
Block a user